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

This commit is contained in:
enriquecd 2017-05-09 16:35:58 +02:00
parent ce179c39aa
commit e8ccd7a309
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);