From 66c574c90895c45289772b8b304dda391a8b1406 Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Fri, 2 Mar 2007 01:03:50 +0000 Subject: [PATCH] replacing fieldsets with divs for small forms --- mod/quiz/index.php | 4 ++-- mod/quiz/jstimer.php | 4 ++-- mod/quiz/pagelib.php | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mod/quiz/index.php b/mod/quiz/index.php index aa278d6a75..c3049646e4 100644 --- a/mod/quiz/index.php +++ b/mod/quiz/index.php @@ -24,10 +24,10 @@ if (has_capability('moodle/question:manage', $coursecontext)) { $streditquestions = "
wwwroot/question/edit.php\"> -
+
id\" /> -
+
"; } print_header_simple($strquizzes, '', $strquizzes, diff --git a/mod/quiz/jstimer.php b/mod/quiz/jstimer.php index 31ca9ce35b..2785f35c0e 100644 --- a/mod/quiz/jstimer.php +++ b/mod/quiz/jstimer.php @@ -32,9 +32,9 @@ var ec_quiz_finish = ec_page_start + ; -
-
+
diff --git a/mod/quiz/pagelib.php b/mod/quiz/pagelib.php index 8f2fe2c828..16bdad19ee 100644 --- a/mod/quiz/pagelib.php +++ b/mod/quiz/pagelib.php @@ -68,11 +68,11 @@ class page_quiz extends page_generic_activity { update_module_button($this->modulerecord->id, $this->courserecord->id, get_string('modulename', 'quiz')).''; if(!empty($CFG->showblocksonmodpages)) { $buttons .= '
frametarget.' method="get" action="view.php">'. - '
'. + '
'. ''. ''. ''. - '
'; + ''; } $buttons .= ''; } -- 2.39.5