ソースを参照

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

Yannick Warnier 6 年 前
コミット
a8b5b72d86
1 ファイル変更1 行追加1 行削除
  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
         );