forked from science-ation/science-ation
- 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:
parent
64a7a44ebe
commit
c204e0ccd2
@ -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>";
|
||||||
|
Loading…
Reference in New Issue
Block a user