From 94a3bc85d31c66dc840dbbd883b99860bcf0a26e Mon Sep 17 00:00:00 2001 From: fermin831 Date: Tue, 28 Nov 2017 15:56:38 +0100 Subject: [PATCH 1/2] Fixed module definition help and add autodisable mode to bulk operations --- .../godmode/massive/massive_edit_agents.php | 1 + .../include/help/en/help_module_definition.php | 17 +++++++++++------ .../include/help/es/help_module_definition.php | 17 +++++++++++------ .../include/help/ja/help_module_definition.php | 16 +++++++++++----- 4 files changed, 34 insertions(+), 17 deletions(-) diff --git a/pandora_console/godmode/massive/massive_edit_agents.php b/pandora_console/godmode/massive/massive_edit_agents.php index 1b77093025..ce92ca588a 100755 --- a/pandora_console/godmode/massive/massive_edit_agents.php +++ b/pandora_console/godmode/massive/massive_edit_agents.php @@ -410,6 +410,7 @@ $table->data[1][0] = __('Module definition') . ui_print_help_icon("module_defini $table->data[1][1] = __('No change').' '.html_print_radio_button_extended ("mode", -1, '', $mode, false, '', 'style="margin-right: 40px;"', true); $table->data[1][1] .= __('Learning mode').' '.html_print_radio_button_extended ("mode", 1, '', $mode, false, '', 'style="margin-right: 40px;"', true); $table->data[1][1] .= __('Normal mode').' '.html_print_radio_button_extended ("mode", 0, '', $mode, false, '', 'style="margin-right: 40px;"', true); +$table->data[1][1] .= __('Autodisable mode').' '.html_print_radio_button_extended ("mode", 2, '', $mode, false, '', 'style="margin-right: 40px;"', true); // Status (Disabled / Enabled) $table->data[2][0] = __('Status'); diff --git a/pandora_console/include/help/en/help_module_definition.php b/pandora_console/include/help/en/help_module_definition.php index 8173a8093b..d9cef4610c 100644 --- a/pandora_console/include/help/en/help_module_definition.php +++ b/pandora_console/include/help/en/help_module_definition.php @@ -4,12 +4,17 @@ */ ?>

Module definition

-

-There are two modes for an agent: -

+

Agents can be configured from the console in three working modes:

diff --git a/pandora_console/include/help/es/help_module_definition.php b/pandora_console/include/help/es/help_module_definition.php index e31ac65d6c..303fe1d188 100644 --- a/pandora_console/include/help/es/help_module_definition.php +++ b/pandora_console/include/help/es/help_module_definition.php @@ -4,12 +4,17 @@ */ ?>

Definición de módulo

- -

-Existen dos modos para un agente: -

+

Los agentes pueden configurarse desde la consola en tres modos de trabajo:

diff --git a/pandora_console/include/help/ja/help_module_definition.php b/pandora_console/include/help/ja/help_module_definition.php index e7e4055d18..d7b14bb889 100644 --- a/pandora_console/include/help/ja/help_module_definition.php +++ b/pandora_console/include/help/ja/help_module_definition.php @@ -4,11 +4,17 @@ */ ?>

モジュール定義

- -エージェントには、次の2つのモードがあります: +

Agents can be configured from the console in three working modes:

From d625652f9a0b7246fe1fc658ec345bf48e45fac4 Mon Sep 17 00:00:00 2001 From: fermin831 Date: Tue, 6 Feb 2018 12:06:21 +0100 Subject: [PATCH 2/2] Removed unwanted git merge traces (sorry) --- .../include/help/en/help_module_definition.php | 12 ------------ .../include/help/es/help_module_definition.php | 13 ------------- .../include/help/ja/help_module_definition.php | 6 ------ 3 files changed, 31 deletions(-) diff --git a/pandora_console/include/help/en/help_module_definition.php b/pandora_console/include/help/en/help_module_definition.php index 700d450f87..d9cef4610c 100644 --- a/pandora_console/include/help/en/help_module_definition.php +++ b/pandora_console/include/help/en/help_module_definition.php @@ -4,7 +4,6 @@ */ ?>

Module definition

-<<<<<<< HEAD

Agents can be configured from the console in three working modes: