mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 12:45:04 +01:00
Minor tidyup.
This commit is contained in:
parent
8995ddda2a
commit
d5ab1b0cf4
@ -505,7 +505,6 @@
|
||||
echo "<input type=\"submit\" name=\"markall\" value=\"".get_string("markall", "quiz")."\" />\n";
|
||||
}
|
||||
echo "<input type=\"submit\" name=\"finishattempt\" value=\"".get_string("finishattempt", "quiz")."\" onclick=\"$onclick\" />\n";
|
||||
echo '<input type="hidden" name="timeup" id="timeup" value="0" />';
|
||||
|
||||
echo "</div>";
|
||||
|
||||
@ -516,6 +515,7 @@
|
||||
|
||||
// Finish the form
|
||||
echo '</div>';
|
||||
echo '<input type="hidden" name="timeup" id="timeup" value="0" />';
|
||||
echo "</form>\n";
|
||||
|
||||
$secondsleft = ($quiz->timeclose ? $quiz->timeclose : 999999999999) - time();
|
||||
|
Loading…
x
Reference in New Issue
Block a user