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:
commit
24ae080f5a
|
@ -474,8 +474,10 @@ $table->data['edit2'][3] = html_print_select(
|
||||||
|
|
||||||
$table->data['edit3'][0] = __('Post process') .
|
$table->data['edit3'][0] = __('Post process') .
|
||||||
ui_print_help_icon ('postprocess', true);
|
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'][2] = __('SMNP community');
|
||||||
$table->data['edit3'][3] = html_print_input_text ('snmp_community', '',
|
$table->data['edit3'][3] = html_print_input_text ('snmp_community', '',
|
||||||
'', 10, 15, true);
|
'', 10, 15, true);
|
||||||
|
|
Loading…
Reference in New Issue