Minor formatting of timelimit stuff

This commit is contained in:
moodler 2004-06-21 12:36:13 +00:00
parent ea41a457ec
commit 19ebd1557a
2 changed files with 4 additions and 8 deletions

View file

@ -113,9 +113,7 @@
<td align=right><p><b><?php print_string("timelimit", "quiz") ?>:</b></p></td>
<td>
<?php
print_timer_selector($form->timelimit);
echo "&nbsp;";
print_string("minutes","quiz");
print_timer_selector($form->timelimit, get_string("minutes","quiz"));
helpbutton("timelimit", get_string("quiztimer","quiz"), "quiz");
?>
</td>