From 0b72ce2051028f8458edbee2b08330a4ecbc03a4 Mon Sep 17 00:00:00 2001 From: gustav_delius Date: Sun, 12 Feb 2006 21:50:38 +0000 Subject: [PATCH] Made page compatible with new tabbed interface and removed continue button as requested in bug 2919 --- mod/quiz/category.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/mod/quiz/category.php b/mod/quiz/category.php index 4a70f62a5bc..f069c8736cc 100644 --- a/mod/quiz/category.php +++ b/mod/quiz/category.php @@ -111,11 +111,6 @@ // DISPLAY //========== - print_header_simple(get_string('editcategories', 'quiz'), '', - "id\">".get_string('modulenameplural', 'quiz').''. - '-> '.get_string('editquestions', 'quiz').''. - ' -> '.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 '
'; - print_continue('edit.php'); - }