Merge branch '840-No-hay-selector-de-postproceso-en-bulk-operations-v7-#4005-com1' into 'develop'

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

See merge request !447
This commit is contained in:
vgilc 2017-05-31 17:14:51 +02:00
commit 24ae080f5a
1 changed files with 4 additions and 2 deletions

View File

@ -474,8 +474,10 @@ $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);