Merge branch 'ent-4620-Campo-module-inservible-en-open' into 'develop'

Ent 4620 campo module inservible en open

See merge request artica/pandorafms!2721
This commit is contained in:
vgilc 2020-01-07 10:46:13 +01:00
commit 22e0a4c818
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>';