mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#11181 fixed resource exporting
This commit is contained in:
parent
4f5315db98
commit
6469a12b91
@ -453,7 +453,7 @@ function resource_exportation_extension_main()
|
|||||||
true
|
true
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
$table->data[0][] = html_print_button(__('Export'), '', false, 'export_to_ptr(\'report\');', ['mode' => 'link'], true);
|
$table->data[0][] = html_print_button(__('Export'), '', false, 'export_to_ptr("report");', ['mode' => 'link'], true);
|
||||||
|
|
||||||
$table->data[1][] = html_print_label_input_block(
|
$table->data[1][] = html_print_label_input_block(
|
||||||
__('Visual console'),
|
__('Visual console'),
|
||||||
@ -465,7 +465,7 @@ function resource_exportation_extension_main()
|
|||||||
true
|
true
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
$table->data[1][] = html_print_button(__('Export'), '', false, 'export_to_ptr(\'visual_console\');', ['mode' => 'link'], true);
|
$table->data[1][] = html_print_button(__('Export'), '', false, 'export_to_ptr("visual_console");', ['mode' => 'link'], true);
|
||||||
|
|
||||||
if ($hook_enterprise === true) {
|
if ($hook_enterprise === true) {
|
||||||
add_rows_for_enterprise($table->data);
|
add_rows_for_enterprise($table->data);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user