From b34ad909b5ec91f7ee9416b97da4a1441822db34 Mon Sep 17 00:00:00 2001 From: james Date: Tue, 23 Mar 2010 16:03:28 +0000 Subject: [PATCH] Add an empty "Rank" column for judges to specify the rank of a project --- admin/reports_judges.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/admin/reports_judges.inc.php b/admin/reports_judges.inc.php index a00e97af..9c0cc690 100644 --- a/admin/reports_judges.inc.php +++ b/admin/reports_judges.inc.php @@ -660,6 +660,12 @@ $report_judges_fields = array( 'table' => "judges_timeslots.date", 'components' => array('teams', 'projects')), + 'rank' => array( + 'name' => 'Project -- Rank (left blank for judges to fill out)', + 'header' => 'Rank', + 'width' => 1.00, + 'table' => '""' ), + 'question_1' => array( 'name' => 'Judge -- Custom Judge Registration Question 1', 'header' => 'Q1',