diff --git a/pandora_console/godmode/agentes/module_manager_editor_common.php b/pandora_console/godmode/agentes/module_manager_editor_common.php index 265615f28c..48b359ba1c 100644 --- a/pandora_console/godmode/agentes/module_manager_editor_common.php +++ b/pandora_console/godmode/agentes/module_manager_editor_common.php @@ -1156,7 +1156,7 @@ if (check_acl($config['id_user'], 0, 'PM')) { ); $table_advanced->colspan[16][1] = 6; } else { - // Store in a hidden field if is not visible to avoid delete the value + // Store in a hidden field if is not visible to avoid delete the value. $table_advanced->data[15][4] .= html_print_input_hidden('id_category', $id_category, true); } @@ -1193,7 +1193,7 @@ if (!$in_policy) { } -// Advanced form part +// Advanced form part. $table_macros = new stdClass(); $table_macros->id = 'module_macros'; $table_macros->width = '100%'; @@ -1398,7 +1398,7 @@ ui_require_jquery_file('json');