Made the date column a little wider
authorAlan Pippin <apippin@pippins.net>
Fri, 1 Oct 2010 20:12:56 +0000 (14:12 -0600)
committerAlan J. Pippin <ajp@pippins.net>
Fri, 1 Oct 2010 20:12:56 +0000 (14:12 -0600)
inc/class.tc.inc.php

index e2db75056776101e03c655f70bed7c4d174bbed4..c44a589a02f7bd4c4621bc095aa6bb2f48d2107f 100644 (file)
@@ -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 = "<th width=$date_width><font size=-2>Date</th>";
                $header_row.= "<th width=$time_width><font size=-2>Time</th>";