diff --git a/pandora_console/godmode/admin_access_logs.php b/pandora_console/godmode/admin_access_logs.php index c3a8c9d0b0..8dce0c02a9 100644 --- a/pandora_console/godmode/admin_access_logs.php +++ b/pandora_console/godmode/admin_access_logs.php @@ -30,7 +30,7 @@ if (! check_acl ($config['id_user'], 0, "PM")) { exit; } -ui_print_page_header (__('Pandora audit')." » ".__('Review Logs'), "images/gm_log.png", false, "", true ); +ui_print_page_header (__('%s audit', get_product_name())." » ".__('Review Logs'), "images/gm_log.png", false, "", true ); $offset = get_parameter ("offset", 0); $tipo_log = get_parameter ("tipo_log", 'all'); diff --git a/pandora_console/godmode/alerts/configure_alert_template.php b/pandora_console/godmode/alerts/configure_alert_template.php index cdd9186946..8bf72aa53a 100644 --- a/pandora_console/godmode/alerts/configure_alert_template.php +++ b/pandora_console/godmode/alerts/configure_alert_template.php @@ -538,11 +538,11 @@ if ($step == 2) { $table->data[0][3] = html_print_checkbox ('special_day', 1, $special_day, true); $table->data[1][0] = __('Time from') . ' ' . - ui_print_help_tip(__('Time format in Pandora is hours(24h):minutes:seconds'), true); + ui_print_help_tip(__('Watch format is hours (24h):minutes:seconds'), true); $table->data[1][1] = html_print_input_text ('time_from', $time_from, '', 7, 8, true); $table->data[1][2] = __('Time to') . ' ' . - ui_print_help_tip(__('Time format in Pandora is hours(24h):minutes:seconds'), true); + ui_print_help_tip(__('Watch format is hours (24h):minutes:seconds'), true); $table->data[1][3] = html_print_input_text ('time_to', $time_to, '', 7, 8, true); diff --git a/pandora_console/godmode/groups/group_list.php b/pandora_console/godmode/groups/group_list.php index d47f9e17e4..cda1a32143 100644 --- a/pandora_console/godmode/groups/group_list.php +++ b/pandora_console/godmode/groups/group_list.php @@ -193,7 +193,7 @@ if (defined('METACONSOLE')) { } else { - ui_print_page_header (__("Groups defined in Pandora"), + ui_print_page_header (__("Groups defined in %s", get_product_name()), "images/group.png", false, "", true, ""); $sec = 'gagente'; diff --git a/pandora_console/godmode/groups/modu_group_list.php b/pandora_console/godmode/groups/modu_group_list.php index e9f538f619..508e6d32bd 100644 --- a/pandora_console/godmode/groups/modu_group_list.php +++ b/pandora_console/godmode/groups/modu_group_list.php @@ -52,7 +52,7 @@ if (is_ajax ()) { if (!is_metaconsole()) { // Header - ui_print_page_header (__("Module groups defined in Pandora"), "images/module_group.png", false, "", true, ""); + ui_print_page_header (__("Module groups defined in %s", get_product_name()), "images/module_group.png", false, "", true, ""); } $create_group = (bool) get_parameter ('create_group'); $update_group = (bool) get_parameter ('update_group'); diff --git a/pandora_console/godmode/reporting/graph_builder.main.php b/pandora_console/godmode/reporting/graph_builder.main.php index 185f87f5ee..fcc654ab12 100644 --- a/pandora_console/godmode/reporting/graph_builder.main.php +++ b/pandora_console/godmode/reporting/graph_builder.main.php @@ -59,8 +59,6 @@ if ($edit_graph) { $graphInTgraph = db_get_row_sql("SELECT * FROM tgraph WHERE id_graph = " . $id_graph); $stacked = $graphInTgraph['stacked']; $period = $graphInTgraph['period']; - $name = $graphInTgraph['name']; - $description = $graphInTgraph['description']; $id_group = $graphInTgraph['id_group']; $width = $graphInTgraph['width']; $height = $graphInTgraph['height']; @@ -80,7 +78,6 @@ else { $id_agent = 0; $id_module = 0; $id_group = 0; - $name = "Pandora FMS combined graph"; $width = 550; $height = 210; $period = SECONDS_1DAY; diff --git a/pandora_console/godmode/reporting/reporting_builder.item_editor.php b/pandora_console/godmode/reporting/reporting_builder.item_editor.php index 8018d90243..4033e7616f 100755 --- a/pandora_console/godmode/reporting/reporting_builder.item_editor.php +++ b/pandora_console/godmode/reporting/reporting_builder.item_editor.php @@ -888,7 +888,7 @@ You can of course remove the warnings, that's why we include the source and do n