Made page compatible with new tabbed interface and removed continue button as requested in bug 2919
This commit is contained in:
@@ -111,11 +111,6 @@
|
||||
// DISPLAY
|
||||
//==========
|
||||
|
||||
print_header_simple(get_string('editcategories', 'quiz'), '',
|
||||
"<a href=\"index.php?id=$course->id\">".get_string('modulenameplural', 'quiz').'</a>'.
|
||||
'-> <a href="edit.php">'.get_string('editquestions', 'quiz').'</a>'.
|
||||
' -> '.get_string('editcategories', 'quiz'));
|
||||
|
||||
// display the user interface
|
||||
$qcobject->display_user_interface();
|
||||
|
||||
@@ -205,8 +200,6 @@ class quiz_category_object {
|
||||
$this->output_edit_table();
|
||||
echo '<br />';
|
||||
|
||||
print_continue('edit.php');
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user