From e41072e076d56d53753c0263c02e85f477e62414 Mon Sep 17 00:00:00 2001 From: james Date: Tue, 25 Mar 2008 17:20:31 +0000 Subject: [PATCH] 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 --- admin/reports_projects_judges_teams.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/reports_projects_judges_teams.php b/admin/reports_projects_judges_teams.php index 2a929df..fc62422 100644 --- a/admin/reports_projects_judges_teams.php +++ b/admin/reports_projects_judges_teams.php @@ -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");