Merge branch 'ent-11505-botones-en-resource-exporting-carecen-del-estilo-de-la-nueva-interfaz' into 'develop'

Ent 11505 botones en resource exporting carecen del estilo de la nueva interfaz

See merge request artica/pandorafms!6264
This commit is contained in:
Rafael Ameijeiras 2023-08-07 07:28:23 +00:00
commit 3545a276d0
1 changed files with 2 additions and 2 deletions

View File

@ -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");', '', 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");', '', true);
if ($hook_enterprise === true) { if ($hook_enterprise === true) {
add_rows_for_enterprise($table->data); add_rows_for_enterprise($table->data);