Improve quiz editing screen layout a little bit based on a usability suggestion in the forums.

Also, fix uppercase tag names in the tab row CSS, which did not work at DEVELOPER debug level.
This commit is contained in:
tjhunt
2007-02-27 13:59:10 +00:00
parent 437ef94eb2
commit 7a201b247e
7 changed files with 42 additions and 35 deletions
+1 -2
View File
@@ -317,7 +317,7 @@ function question_list($course, $categoryid, $quizid=0,
echo '<form method="post" action="edit.php?courseid='.$course->id.'">';
echo '<fieldset class="invisiblefieldset" style="display: block;">';
echo '<input type="hidden" name="sesskey" value="'.$USER->sesskey.'" />';
print_simple_box_start();
echo '<table id="categoryquestions" style="width: 100%"><tr>';
echo "<th style=\"white-space:nowrap;\" class=\"header\" scope=\"col\">$straction</th>";
@@ -391,7 +391,6 @@ function question_list($course, $categoryid, $quizid=0,
}
}
echo "</table>\n";
print_simple_box_end();
$paging = print_paging_bar($totalnumber, $page, $perpage,
"edit.php?courseid={$course->id}&amp;perpage=$perpage&amp;", 'page',