mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Minor formatting of timelimit stuff
This commit is contained in:
parent
ea41a457ec
commit
19ebd1557a
2 changed files with 4 additions and 8 deletions
|
@ -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 " ";
|
||||
print_string("minutes","quiz");
|
||||
print_timer_selector($form->timelimit, get_string("minutes","quiz"));
|
||||
helpbutton("timelimit", get_string("quiztimer","quiz"), "quiz");
|
||||
?>
|
||||
</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue