diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index f67535a48a..53dacfde24 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,26 @@ +2008-07-01 Jorge Gonzalez + + * include/help/en/help_plugin_parameters.php, + include/help/en/help_alert_recovery.php, + include/help/en/help_prediction_source_module.php, + include/help/en/help_snmpwalk.php, + include/help/en/help_alert_type.php, + include/help/en/help_network_component.php: Added new help pages. + + * include/help/en/help_map_builder.php, + include/help/en/help_postprocess.php, + include/help/en/help_recontask.php, include/help/en/help_alerts.php, + include/help/en/help_manage_alerts.php: modified HTML tag. + + * godmode/agentes/module_manager_editor_network.php, + godmode/agentes/module_manager_editor_plugin.php, + godmode/agentes/module_manager_editor_prediction.php, + godmode/agentes/alert_manager_editor.php, + godmode/agentes/module_manager_editor_data.php, + godmode/agentes/modificar_agente.php, + godmode/agentes/agent_manager.php, godmode/alerts/configure_alert.php: + Added/modified help support. + 2008-06-30 Jorge Gonzalez * include/help/en/help_recontask.php: Added help page for Recon tasks. diff --git a/pandora_console/godmode/agentes/agent_manager.php b/pandora_console/godmode/agentes/agent_manager.php index 253b64c21e..dba2418358 100644 --- a/pandora_console/godmode/agentes/agent_manager.php +++ b/pandora_console/godmode/agentes/agent_manager.php @@ -67,13 +67,13 @@ if (isset ($id_agente) && $id_agente != "") { echo " - "; + "; } // Remote configuration available if (file_exists ($config["remote_config"] . "/" . $agent_md5 . ".md5")) { echo " - "; + "; } echo ''; diff --git a/pandora_console/godmode/agentes/alert_manager_editor.php b/pandora_console/godmode/agentes/alert_manager_editor.php index c1ee21eec8..df1dc2d1e4 100644 --- a/pandora_console/godmode/agentes/alert_manager_editor.php +++ b/pandora_console/godmode/agentes/alert_manager_editor.php @@ -4,6 +4,7 @@ // ======================================== // Copyright (c) 2008 Artica Soluciones Tecnológicas, http://www.artica.es // Copyright (c) 2008 Sancho Lerena +// Copyright (c) 2008 Jorge González // Please see http://pandora.sourceforge.net for full contribution list @@ -20,7 +21,7 @@ $add_component = get_parameter ("add_component",0); echo "

".$lang_label["alert_asociation_form"]; -pandora_help("alerts"); +pandora_help ("alerts"); echo "

"; echo '
'; @@ -79,8 +80,9 @@ if (! isset($alert_priority)) { print_select (get_priorities (), "alert_priority", $alert_priority, '', '', ''); // Alert type -echo ''; -echo $lang_label["alert_type"]; +echo ''. lang_string ("alert_type"); +pandora_help ("alert_type"); +echo ''; echo ''; // Alert recovery disable / enable -echo ""; -echo lang_string ("Alert recovery"); +echo ''. lang_string ("Alert recovery"); +pandora_help ("alert_recovery"); +echo ''; echo ""; echo '"; // Network component usage echo ""; echo lang_string ("using_network_component"); +pandora_help ("network_component"); echo ""; if ($update_module_id != NULL){ @@ -143,7 +144,7 @@ echo ''; // module type / max timeout echo ''; echo ''.lang_string ("module_type"); -pandora_help("module_type"); +pandora_help ("module_type"); echo ''; echo ''; @@ -185,7 +186,9 @@ echo ''; // Snmp walk echo ''; -echo ''.lang_string ("snmp_walk").""; +echo ''.lang_string ("snmp_walk"); +pandora_help ("snmpwalk"); +echo ''; echo ''; echo ''; // Snmp Oid / community echo ''; echo ''.lang_string ("snmp_oid"); -pandora_help("snmpoid"); +pandora_help ("snmpoid"); echo ''; echo ''; echo ''.lang_string ("snmp_community").""; @@ -223,7 +226,7 @@ echo ''; // Post process / Export server echo ''; echo ''.lang_string ("post_process"); -pandora_help("postprocess"); +pandora_help ("postprocess"); echo ''; echo ''; echo ''.lang_string ("export_server").""; diff --git a/pandora_console/godmode/agentes/module_manager_editor_plugin.php b/pandora_console/godmode/agentes/module_manager_editor_plugin.php index 5caf5c1e52..8e45c8488a 100644 --- a/pandora_console/godmode/agentes/module_manager_editor_plugin.php +++ b/pandora_console/godmode/agentes/module_manager_editor_plugin.php @@ -121,7 +121,9 @@ echo ''; echo ''; echo ''; -echo ''.lang_string ("Plugin parameters").""; +echo ''.lang_string ("Plugin parameters"); +pandora_help ("plugin_parameters"); +echo ''; echo ''; echo ''.lang_string ("Port").""; @@ -138,7 +140,7 @@ echo ''; // module type / max timeout echo ''; echo ''.lang_string ("module_type"); -pandora_help("module_type"); +pandora_help ("module_type"); echo ''; echo ''; @@ -186,7 +188,7 @@ echo ''; // Post process / Export server echo ''; echo ''.lang_string ("post_process"); -pandora_help("postprocess"); +pandora_help ("postprocess"); echo ''; echo ''; echo ''.lang_string ("export_server").""; diff --git a/pandora_console/godmode/agentes/module_manager_editor_prediction.php b/pandora_console/godmode/agentes/module_manager_editor_prediction.php index b1613171a9..a6519294c3 100644 --- a/pandora_console/godmode/agentes/module_manager_editor_prediction.php +++ b/pandora_console/godmode/agentes/module_manager_editor_prediction.php @@ -102,8 +102,10 @@ echo ''; echo ''; -echo ''.lang_string ("source_module").""; -echo ''; +echo ''.lang_string ("source_module"); +pandora_help ("prediction_source_module"); +echo ''; +echo ''; echo '