Merge branch '839-No-hay-selector-de-postproceso-en-bulk-operations-v7-#4005-com1' into 'pandora_6.0'

Show preset options in post process selector for modules massive operations - 6 - #839

See merge request !449
This commit is contained in:
vgilc 2017-05-16 13:08:00 +02:00
commit 380ac1befe

View File

@ -471,8 +471,8 @@ $table->data['edit2'][3] = html_print_select(
$table->data['edit3'][0] = __('Post process') .
ui_print_help_icon ('postprocess', true);
$table->data['edit3'][1] = html_print_input_text ('post_process', '',
'', 10, 15, true);
$table->data['edit3'][1] = html_print_extended_select_for_post_process('post_process',
0, '', 0, '', false, true, 'width:150px;', true);
$table->data['edit3'][2] = __('SMNP community');
$table->data['edit3'][3] = html_print_input_text ('snmp_community', '',
'', 10, 15, true);