Browse Source

Display: Move export icon to right-side of action bar in exams tracking page

Yannick Warnier 6 years ago
parent
commit
e30efaef02
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/tracking/exams.php

+ 1 - 1
main/tracking/exams.php

@@ -118,7 +118,7 @@ if (!$exportToXLS) {
     } else {
         $actionsLeft = TrackingCourseLog::actionsLeft('exams', api_get_session_id());
 
-        $actionsLeft .= Display::url(
+        $actionsRight .= Display::url(
             Display::return_icon('export_excel.png', get_lang('ExportAsXLS'), [], 32),
             api_get_self().'?'.api_get_cidreq().'&export=1&score='.$filter_score.'&exercise_id='.$exerciseId
         );