- Make it clear that by selecting >1 judging timeslots, the committee expects the judge to be there for ALL timeslots.

This commit is contained in:
dave 2009-12-14 20:34:03 +00:00
parent 64a7a44ebe
commit c204e0ccd2

View File

@ -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 '<br /><br />';
}
foreach($times as $x=>$t) { foreach($times as $x=>$t) {
$ch = $sel[$x] == true ? 'checked="checked"' : ''; $ch = $sel[$x] == true ? 'checked="checked"' : '';
echo "<tr><td>"; echo "<tr><td>";