2010-06-01 Raúl Mateos <raulofpandora@gmail.com>
* godmode/alerts/alert_list.list.php, godmode/agentes/configurar_agente.php, godmode/agentes/module_manager.php, godmode/agentes/module_manager_editor.php, godmode/agentes/agent_template.php: Updated headers. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2838 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
2441c84ab0
commit
0b335da81f
|
@ -1,3 +1,11 @@
|
|||
2010-06-01 Raúl Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* godmode/alerts/alert_list.list.php,
|
||||
godmode/agentes/configurar_agente.php,
|
||||
godmode/agentes/module_manager.php,
|
||||
godmode/agentes/module_manager_editor.php,
|
||||
godmode/agentes/agent_template.php: Updated headers.
|
||||
|
||||
2010-06-01 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* godmode/agentes/planned_downtime.php: Fixed the
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
// Pandora FMS - http://pandorafms.com
|
||||
// ==================================================
|
||||
// Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
|
||||
// Copyright (c) 2005-2010 Artica Soluciones Tecnologicas
|
||||
|
||||
// This program is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU General Public License
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
// Pandora FMS - http://pandorafms.com
|
||||
// ==================================================
|
||||
// Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
|
||||
// Copyright (c) 2005-2010 Artica Soluciones Tecnologicas
|
||||
// Please see http://pandorafms.org for full contribution list
|
||||
|
||||
// This program is free software; you can redistribute it and/or
|
||||
|
@ -82,7 +82,7 @@ if (isset ($_POST["template_id"])) {
|
|||
|
||||
// Main header
|
||||
|
||||
echo "<h2>".__('Agent configuration')." » ".__('Module templates')."</h2>";
|
||||
echo "<h2>".__('Module templates')."</h2>";
|
||||
|
||||
// ==========================
|
||||
// TEMPLATE ASSIGMENT FORM
|
||||
|
|
|
@ -201,7 +201,7 @@ if ($id_agente) {
|
|||
echo '<div id="menu_tab_frame"><div id="menu_tab_left"><ul class="mn">';
|
||||
echo '<li class="nomn"><a href="index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&id_agente='.$id_agente.'">';
|
||||
print_image ("images/setup.png", false, $img_style);
|
||||
echo ' '.mb_substr(get_agent_name ($id_agente), 0, 21) .'</a>';
|
||||
echo ' '.__("Agent configuration").' - '.mb_substr(get_agent_name ($id_agente), 0, 21) .'</a>';
|
||||
//echo ' '. print_help_icon ('agent_manager', true);
|
||||
echo "</li></ul></div>";
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
// Pandora FMS - http://pandorafms.com
|
||||
// ==================================================
|
||||
// Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
|
||||
// Copyright (c) 2005-2010 Artica Soluciones Tecnologicas
|
||||
// Please see http://pandorafms.org for full contribution list
|
||||
|
||||
// This program is free software; you can redistribute it and/or
|
||||
|
@ -16,7 +16,7 @@
|
|||
/* You can redefine $url and unset $id_agente to reuse the form. Dirty (hope temporal) hack */
|
||||
if (isset ($id_agente)) {
|
||||
$url = 'index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&tab=module&id_agente='.$id_agente;
|
||||
echo "<h2>".__('Agent configuration')." » ".__('Modules')."</h2>";
|
||||
echo "<h2>".__('Modules')."</h2>";
|
||||
}
|
||||
|
||||
enterprise_include ('godmode/agentes/module_manager.php');
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
// Pandora FMS - http://pandorafms.com
|
||||
// ==================================================
|
||||
// Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
|
||||
// Copyright (c) 2005-2010 Artica Soluciones Tecnologicas
|
||||
// Please see http://pandorafms.org for full contribution list
|
||||
|
||||
// This program is free software; you can redistribute it and/or
|
||||
|
@ -275,7 +275,7 @@ default:
|
|||
}
|
||||
}
|
||||
|
||||
echo "<h2>".__('Agent configuration')." » ".__('Modules')."</h2>";
|
||||
echo "<h2>".__('Modules')."</h2>";
|
||||
|
||||
echo '<h3>'.__('Module assignment');
|
||||
if (isset ($extra_title))
|
||||
|
|
|
@ -34,6 +34,8 @@ if (! give_acl ($config['id_user'], 0, "LW")) {
|
|||
exit;
|
||||
}
|
||||
|
||||
echo "<h2>".__('Alerts')."</h2>";
|
||||
|
||||
echo '<a href="#" id="tgl_alert_control"><b>'.__('Alert control filter').'</b> '.print_image ("images/down.png", true, array ("title" => __('Toggle filter(s)'))).'</a><br><br>';
|
||||
|
||||
//INI DIV OF FORM FILTER
|
||||
|
|
Loading…
Reference in New Issue