forked from science-ation/science-ation
- Indicate that T-Shirt sizes are adult size (just about every fair does this,
I believe, if a fair doesn't, we should make this a configurable option.);
This commit is contained in:
parent
d2ab242d39
commit
6f4d3177bf
@ -370,7 +370,7 @@ else
|
|||||||
echo " <option $sel value=\"xlarge\">".i18n("X-Large")."</option>";
|
echo " <option $sel value=\"xlarge\">".i18n("X-Large")."</option>";
|
||||||
echo " </select>";
|
echo " </select>";
|
||||||
if($tshirt_cost != 0.0) {
|
if($tshirt_cost != 0.0) {
|
||||||
printf(" The cost of each T-Shirt is $%.2f", $tshirt_cost);
|
printf(" The cost of each T-Shirt is $%.2f, sizes are Adult sizes.", $tshirt_cost);
|
||||||
}
|
}
|
||||||
echo "</td>\n";
|
echo "</td>\n";
|
||||||
echo "</tr>";
|
echo "</tr>";
|
||||||
|
Loading…
Reference in New Issue
Block a user