Merge branch '2376-Bug-operaciones-masivas-de-módulos-dev' into 'develop'

Fixed force_type check in delete/edit modules in bulk

See merge request artica/pandorafms!1885
This commit is contained in:
vgilc 2018-10-25 10:43:29 +02:00
commit 1de97d631a
2 changed files with 2 additions and 2 deletions

View File

@ -274,7 +274,7 @@ $table->data['form_modules_1'][1] = html_print_select ($types, 'module_type', ''
'width:100%');
$table->data['form_modules_1'][3] = __('Select all modules of this type') . ' ' .
html_print_checkbox_extended("force_type", 'type', '', '', false,
'', 'style="margin-right: 40px;"', true);
'style="margin-right: 40px;"', true, '');
$modules = array ();
if ($module_type != '') {

View File

@ -271,7 +271,7 @@ $table->data['form_modules_1'][1] = html_print_select ($types,
$table->data['form_modules_1'][3] = __('Select all modules of this type') . ' ' .
html_print_checkbox_extended ("force_type", 'type', '', '', false,
'', 'style="margin-right: 40px;"', true);
'style="margin-right: 40px;"', true, '');
$modules = array ();
if ($module_type != '') {