We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab526d commit 9bbf9e2Copy full SHA for 9bbf9e2
main/gradebook/index.php
@@ -779,10 +779,8 @@ function confirmation() {
779
780
if (!api_is_allowed_to_edit(null, true)) {
781
$actionsLeft .= Display::url(
782
- Display::returnFontAwesomeIcon('file-pdf-o').get_lang(
783
- 'DownloadReportPdf'
784
- ),
785
- api_get_self()."?".api_get_self()."&action=export_table",
+ Display::returnFontAwesomeIcon('file-pdf-o').get_lang('DownloadReportPdf'),
+ api_get_self().'?action=export_table',
786
['class' => 'btn btn-default']
787
);
788
}
0 commit comments