From: toyomoyo
Date: Fri, 2 Mar 2007 02:16:27 +0000 (+0000)
Subject: replacing fieldsets with divs in small forms
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5bff81aba6b5cce6ea6093b5ef61ff6678644e03;p=moodle.git
replacing fieldsets with divs in small forms
---
diff --git a/question/category_class.php b/question/category_class.php
index 92cf485785..de9c46df4a 100644
--- a/question/category_class.php
+++ b/question/category_class.php
@@ -383,11 +383,11 @@ class question_category_object {
$this->output_edit_single_table($category,$page);
echo '';
echo '
';
print_footer($this->course);
diff --git a/question/editlib.php b/question/editlib.php
index 4c9907c05d..9ad4be49a2 100644
--- a/question/editlib.php
+++ b/question/editlib.php
@@ -131,10 +131,10 @@ function question_category_form($course, $current, $recurse=1, $showhidden=false
popup_form ("edit.php?courseid=$course->id&cat=", $catmenu, "catmenu", $current, "", "", "", false, "self");
echo "";
echo "";
echo ' | ';