From: Alan Pippin Date: Fri, 1 Oct 2010 20:12:56 +0000 (-0600) Subject: Made the date column a little wider X-Git-Tag: release_1_0_0~6 X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=commitdiff_plain;h=48822498ab9ae5faa5d30ddfe8b9113a22e1e0c3;p=eq%2F.git Made the date column a little wider --- 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";