Make the table the full page width, 75% of my judging team names were getting cut off.. perhaps the team names should use shortforms for the divisions instead of the full spellings... "Senior Earth & Environmental Sciences/Health Sciences/Biotechnology (en fr) 2" seems... excesssive

This commit is contained in:
james 2008-03-25 17:20:31 +00:00
parent 52e7a6500a
commit e41072e076

View File

@ -110,9 +110,9 @@
$table=array();
$table['header']=array(i18n("Timeslot"),i18n("Judging Team"));
if($show_date)
$table['widths']=array( 2.0, 3.25);
$table['widths']=array( 2.0, 5.00);
else
$table['widths']=array( 1.5, 3.75);
$table['widths']=array( 1.5, 5.50);
$table['dataalign']=array("center","left");