From 6be8a680e242a35c8c3bf6422c2d9e48dd5dcf9f Mon Sep 17 00:00:00 2001 From: Tom Cubanski Date: Mon, 22 Aug 2011 23:55:46 +0100 Subject: [PATCH] MDL-26302 quiz editing: top move button on the order and paging tab does not work. It is strange that processes the submission already handles the submitted data from this change to the HTML. --- mod/quiz/editlib.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mod/quiz/editlib.php b/mod/quiz/editlib.php index 9f653c0b235..8814cfa5672 100644 --- a/mod/quiz/editlib.php +++ b/mod/quiz/editlib.php @@ -405,6 +405,8 @@ function quiz_print_question_list($quiz, $pageurl, $allowdelete, $reordertool, $a = ''; + $b = ''; $reordercontrols2top = '
' . get_string('moveselectedonpage', 'quiz', $a) . @@ -415,7 +417,7 @@ function quiz_print_question_list($quiz, $pageurl, $allowdelete, $reordertool, $reordercontrols2bottom = '
' . '
' . - get_string('moveselectedonpage', 'quiz', $a) . + get_string('moveselectedonpage', 'quiz', $b) . ' ' . '
';