From 3c94cc716e81d9464033ad4247ca672a71223083 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 c93d47143cf..9e61153dda4 100644 --- a/mod/quiz/editlib.php +++ b/mod/quiz/editlib.php @@ -388,6 +388,8 @@ function quiz_print_question_list($quiz, $pageurl, $allowdelete, $reordertool, $a = ''; + $b = ''; $reordercontrols2top = '
' . get_string('moveselectedonpage', 'quiz', $a) . @@ -398,7 +400,7 @@ function quiz_print_question_list($quiz, $pageurl, $allowdelete, $reordertool, $reordercontrols2bottom = '
' . '
' . - get_string('moveselectedonpage', 'quiz', $a) . + get_string('moveselectedonpage', 'quiz', $b) . ' ' . '
';