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

View File

@ -612,7 +612,6 @@ if (enterprise_installed()) {
$cascade_protection, $cascade_protection,
true true
).__('Cascade protection').' '; ).__('Cascade protection').' ';
}
$table_adv_parent .= __('Module').' '.html_print_select( $table_adv_parent .= __('Module').' '.html_print_select(
$modules_values, $modules_values,
@ -622,7 +621,10 @@ $table_adv_parent .= __('Module').' '.html_print_select(
'', '',
0, 0,
true true
).'</div></div>'; );
}
$table_adv_parent .= '</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>';