forked from science-ation/science-ation
added nicely formatted output option for awards script
This commit is contained in:
parent
10f41e00f9
commit
c5420a82b9
@ -63,7 +63,17 @@
|
||||
while($r=mysql_fetch_object($results)) {
|
||||
echo "<option value=\"$r->type\">".i18n("$r->type")."</option>";
|
||||
}
|
||||
echo "</select></td></tr>";
|
||||
echo "</select></td>";
|
||||
|
||||
//list award formats to output
|
||||
echo "<td>
|
||||
<b>".i18n("Script Format").":</b>
|
||||
</td>
|
||||
<td>
|
||||
<select name=\"scriptformat\" size=1>
|
||||
<option value=\"default\">Default</option>
|
||||
<option value=\"formatted\">Formatted</option>
|
||||
</select></td></tr>";
|
||||
|
||||
echo "<tr><td colspan=3><b>".i18n("Show awards without winners").":</b></td>";
|
||||
echo "<td><input name=\"show_unawarded_awards\" type=\"checkbox\" ".($config['reports_show_unawarded_awards'] == 'yes' ? "checked" : "")."/></td></tr>";
|
||||
|
Loading…
Reference in New Issue
Block a user