X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=blobdiff_plain;f=inc%2Fclass.tc.inc.php;h=c44a589a02f7bd4c4621bc095aa6bb2f48d2107f;hb=48822498ab9ae5faa5d30ddfe8b9113a22e1e0c3;hp=e2db75056776101e03c655f70bed7c4d174bbed4;hpb=7c2b70b2dd80993a2ee8751141c3bad2d5923ee2;p=eq%2F.git diff --git a/inc/class.tc.inc.php b/inc/class.tc.inc.php index e2db750..c44a589 100644 --- a/inc/class.tc.inc.php +++ b/inc/class.tc.inc.php @@ -3522,7 +3522,7 @@ class tc $this->t->set_var('schedule_ppi_link',$GLOBALS['phpgw']->link('/tc/index.php','menuaction=tc.tc.ppi_sched')); $this->t->set_var('schedule_ppi_link_title','Schedule Yearly PPIs'); - $date_width=150; $time_width=220; $indiv_width=170; $family_width=180; $location_width=100; + $date_width=160; $time_width=220; $indiv_width=170; $family_width=180; $location_width=100; $table_width=$date_width + $time_width + $indiv_width + $family_width + $location_width; $header_row = "Date"; $header_row.= "Time";