From 24591af89ef5ae259ed011a8d8befe6be24e97ca Mon Sep 17 00:00:00 2001 From: jmontoyaa Date: Mon, 4 Sep 2017 12:22:44 +0200 Subject: [PATCH] Chang button order see BT#13292 --- main/exercise/exercise_submit.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/exercise/exercise_submit.php b/main/exercise/exercise_submit.php index 285dd114c6..e2bd8ad2c7 100755 --- a/main/exercise/exercise_submit.php +++ b/main/exercise/exercise_submit.php @@ -1401,7 +1401,8 @@ if (!empty($error)) { $endExercise = ''; if ($objExercise->type == ALL_ON_ONE_PAGE) { $endExercise = $objExercise->show_button($questionId, $current_question); - echo '
'.$endExercise.$btnExercise.'
'; + // Ofaj + echo '
'.$btnExercise.$endExercise.'
'; } echo '';