Hidden field module in edit agent view - #4620

This commit is contained in:
Tatiana Llorente 2019-09-12 10:29:14 +02:00
parent 602c9ccb5e
commit 33296f448c
1 changed files with 11 additions and 9 deletions

View File

@ -612,17 +612,19 @@ if (enterprise_installed()) {
$cascade_protection,
true
).__('Cascade protection').' ';
$table_adv_parent .= __('Module').' '.html_print_select(
$modules_values,
'cascade_protection_module',
$cascade_protection_module,
'',
'',
0,
true
);
}
$table_adv_parent .= __('Module').' '.html_print_select(
$modules_values,
'cascade_protection_module',
$cascade_protection_module,
'',
'',
0,
true
).'</div></div>';
$table_adv_parent .= '</div></div>';
// Learn mode / Normal mode.
$table_adv_module_mode = '<div class="label_select"><p class="input_label">'.__('Module definition').': </p>';