From c204e0ccd2335280bf5b4865e4b425ff4c8d22ad Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 14 Dec 2009 20:34:03 +0000 Subject: [PATCH] - Make it clear that by selecting >1 judging timeslots, the committee expects the judge to be there for ALL timeslots. --- judge_availability.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/judge_availability.php b/judge_availability.php index 4407166..c21876c 100644 --- a/judge_availability.php +++ b/judge_availability.php @@ -135,6 +135,11 @@ while($r=mysql_fetch_object($q)) { } } +if(count($times) > 1) { + echo i18n("Please Note, you will be scheduled to judge in ALL (not just one) judging timeslots you select."); + echo '

'; +} + foreach($times as $x=>$t) { $ch = $sel[$x] == true ? 'checked="checked"' : ''; echo "";