forked from science-ation/science-ation
- Add the "none" tshirt option to the admin student editor
This commit is contained in:
parent
3519bc5e0e
commit
cb992b8819
@ -285,6 +285,8 @@ else
|
||||
echo "<tr>\n";
|
||||
echo " <td>".i18n("T-Shirt Size")."</td><td>";
|
||||
echo " <select name=\"tshirt[$x]\">\n";
|
||||
if($studentinfo->tshirt=="none") $sel="selected=\"selected\""; else $sel="";
|
||||
echo " <option $sel value=\"none\">".i18n("None")."</option>";
|
||||
if($studentinfo->tshirt=="small") $sel="selected=\"selected\""; else $sel="";
|
||||
echo " <option $sel value=\"small\">".i18n("Small")."</option>";
|
||||
if($studentinfo->tshirt=="medium") $sel="selected=\"selected\""; else $sel="";
|
||||
|
Loading…
x
Reference in New Issue
Block a user