]> git.mjollnir.org Git - moodle.git/commitdiff
Minor tidyup.
authortjhunt <tjhunt>
Thu, 26 Jul 2007 12:04:34 +0000 (12:04 +0000)
committertjhunt <tjhunt>
Thu, 26 Jul 2007 12:04:34 +0000 (12:04 +0000)
mod/quiz/attempt.php

index ff3e45f6c5427bdebcfb5f255a504e92e134e4d7..e50ec7712bc8d806c4d3dd1ae765fd7438f15b3f 100644 (file)
         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>";
 
 
     // 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();