mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fixed CSV export in system audit log. Ticket #3902.
This commit is contained in:
parent
5d45420610
commit
4262956711
@ -298,9 +298,9 @@ html_print_table ($table);
|
|||||||
|
|
||||||
echo '<div style="width: '.$table->width.'" class="action-buttons">';
|
echo '<div style="width: '.$table->width.'" class="action-buttons">';
|
||||||
echo '<a href="' .
|
echo '<a href="' .
|
||||||
ui_get_full_url(false, false, false, false) . 'godmode/audit_log_csv.php?tipo_log='.$tipo_log.'&user_filter='.$user_filter.'&filter_text='.$filter_text.'&filter_hours_old='.$filter_hours_old.'&filter_ip='.$filter_ip.'"'.
|
ui_get_full_url(false, false, false, false) . 'index.php?sec=gextensions&sec2=godmode/audit_log_csv&tipo_log='.$tipo_log.'&user_filter='.$user_filter.'&filter_text='.$filter_text.'&filter_hours_old='.$filter_hours_old.'&filter_ip='.$filter_ip.'"'.
|
||||||
'target="_new">' .
|
'target="_new">' .
|
||||||
html_print_button (__('Export to CSV '), 'export_csv', false, '', 'class=sub upd', true, false). '</a>';
|
html_print_button (__('Export to CSV '), 'export_csv', false, '', 'class=sub upd', true, false). '</a>';
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
|
|
||||||
if ($enterprise_include !== ENTERPRISE_NOT_HOOK) {
|
if ($enterprise_include !== ENTERPRISE_NOT_HOOK) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user