mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
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:
commit
22e0a4c818
@ -612,17 +612,19 @@ if (enterprise_installed()) {
|
|||||||
$cascade_protection,
|
$cascade_protection,
|
||||||
true
|
true
|
||||||
).__('Cascade protection').' ';
|
).__('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(
|
$table_adv_parent .= '</div></div>';
|
||||||
$modules_values,
|
|
||||||
'cascade_protection_module',
|
|
||||||
$cascade_protection_module,
|
|
||||||
'',
|
|
||||||
'',
|
|
||||||
0,
|
|
||||||
true
|
|
||||||
).'</div></div>';
|
|
||||||
|
|
||||||
// Learn mode / Normal mode.
|
// Learn mode / Normal mode.
|
||||||
$table_adv_module_mode = '<div class="label_select"><p class="input_label">'.__('Module definition').': </p>';
|
$table_adv_module_mode = '<div class="label_select"><p class="input_label">'.__('Module definition').': </p>';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user