forked from science-ation/science-ation
- Mark the language as a required field for judge input. I don't like how this
looks, but I wanted to stick with the convention of putting ththe REQUIREDFIELD after the input boxes. Any ideas? Can we center a single REQUIREDFIELD after all the checkboxes?
This commit is contained in:
parent
39cd2fbd8c
commit
4d56266fec
@ -161,7 +161,7 @@ while($r=mysql_fetch_object($q))
|
||||
{
|
||||
if(in_array($r->lang,$currentlanguages)) $ch="checked=\"checked\""; else $ch="";
|
||||
|
||||
echo "<input onclick=\"fieldChanged()\" $ch type=\"checkbox\" name=\"languages[]\" value=\"$r->lang\" /> $r->langname <br />";
|
||||
echo "<input onclick=\"fieldChanged()\" $ch type=\"checkbox\" name=\"languages[]\" value=\"$r->lang\" /> $r->langname ".REQUIREDFIELD."<br />";
|
||||
}
|
||||
|
||||
echo " </td>\n";
|
||||
|
Loading…
Reference in New Issue
Block a user