From dcc0a7e25f2f0faccf1d4af3811ff66516800634 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Sun, 20 Aug 2006 20:11:05 +0000 Subject: [PATCH] Bug #6305 - Quiz settings form field order could be better. Merged from MOODLE_16_STABLE. --- mod/quiz/mod.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/mod/quiz/mod.html b/mod/quiz/mod.html index 9b19f92b86..abe9e2323f 100644 --- a/mod/quiz/mod.html +++ b/mod/quiz/mod.html @@ -441,18 +441,6 @@ function output_quiz_options_fields($form, $showfixed) { $output = true; } ?> -quiz_fix_popup == $showfixed) { ?> - - : - - popup", ""); - helpbutton("popup", get_string("popup","quiz"), "quiz"); - ?> - - - - quiz_fix_delay1 == $showfixed) { ?> : @@ -477,6 +465,18 @@ function output_quiz_options_fields($form, $showfixed) { +quiz_fix_popup == $showfixed) { ?> + + : + + popup", ""); + helpbutton("popup", get_string("popup","quiz"), "quiz"); + ?> + + + + quiz_fix_password == $showfixed) { ?> : -- 2.39.5