forked from science-ation/science-ation
Add x-small as tshirt size
This commit is contained in:
parent
357263a20b
commit
9a44ff29e1
@ -385,6 +385,8 @@ else
|
||||
if($studentinfo->tshirt=="none") $sel="selected=\"selected\""; else $sel="";
|
||||
echo " <option $sel value=\"none\">".i18n("None")."</option>";
|
||||
}
|
||||
if($studentinfo->tshirt=="xsmall") $sel="selected=\"selected\""; else $sel="";
|
||||
echo " <option $sel value=\"xsmall\">".i18n("X-Small")."</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