From 48822498ab9ae5faa5d30ddfe8b9113a22e1e0c3 Mon Sep 17 00:00:00 2001 From: Alan Pippin Date: Fri, 1 Oct 2010 14:12:56 -0600 Subject: [PATCH] Made the date column a little wider --- inc/class.tc.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.34.1