|
|
|
|
@ -779,10 +779,8 @@ if (!empty($selectCat)) { |
|
|
|
|
|
|
|
|
|
if (!api_is_allowed_to_edit(null, true)) { |
|
|
|
|
$actionsLeft .= Display::url( |
|
|
|
|
Display::returnFontAwesomeIcon('file-pdf-o').get_lang( |
|
|
|
|
'DownloadReportPdf' |
|
|
|
|
), |
|
|
|
|
api_get_self()."?".api_get_self()."&action=export_table", |
|
|
|
|
Display::returnFontAwesomeIcon('file-pdf-o').get_lang('DownloadReportPdf'), |
|
|
|
|
api_get_self().'?action=export_table', |
|
|
|
|
['class' => 'btn btn-default'] |
|
|
|
|
); |
|
|
|
|
} |
|
|
|
|
|