diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index f4e4f52261..58ecb65287 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,46 @@ + +2009-08-05 Sancho Lerena + + * include/styles/pandora.css: Adjusted head and removed small heigh + problems in some tabs (agent and search sections). + + * include/javascript/pandora.js: winopeng call for module graph is now + widther. + + * index.php: Now defined a default search for agents(). + + * general/header.php: Redesign of header. + + * general/pandora_help.php: Some visual changes in background and footer. + + * godmode/modificar_agente.php: Create button replaced. + + * fgraph.php: Fixed the string graphs and fixed a lot other issues. + + * include/functions_visual_map.php: Module images are shown in pure mode + (without title) and adding the title defined by user in map definition. + + * include/pandora_graph.php: Added default colors (up to 9) for combined + graphs. + + * include/pchart_graph.php: Created a new method to render datetime + data in X axis legend. Reformatted combined and static graph to remove + transparent background, title and other issues reported. Also combined + stack graph now works adding data from one series to another. + + * include/help/en/help_agent_status.php: new help file for agent status. + + * include/pChart/pChart.class: Added new method for format datetime in two + lines with full date and time information. + + * operation/search_results.php: reformatted tabs. + + * operation/agentes/estado_agente.php: removed status information legend + and added a help icon. + + * godmode/reporting/graph_builder.php, + operation/reporting/graph_viewer.php: Added new graph mode: stacked line. + 2009-07-29 Miguel de Dios * operation/search_results.php: fix a query for search alerts. And changed diff --git a/pandora_console/general/header.php b/pandora_console/general/header.php index eebfde0315..67daff83eb 100644 --- a/pandora_console/general/header.php +++ b/pandora_console/general/header.php @@ -17,7 +17,7 @@ require_once ("include/functions_messages.php"); ?> - + + - "; + echo " - + size="100" style="background: white url('images/lupa_15x15.png') no-repeat right; padding: 0; padding-left:0px; margin: 0; width: 90%; height: 19px; margin-bottom: 5px; margin-left: 2px;" /> + + + +
.png" class="bot" alt="user" /> [] @@ -35,14 +35,11 @@ require_once ("include/functions_messages.php"); echo ''; } ?> -
-
- <?=__('Logout');?> +   + <?=__('Logout');?>
- info -
-
'; } - ?> -
-
-
- lightning_go - -
-
Pandora FMS
- Enterprise'; - else - echo '
OpenSource
'; - ?> + echo "
"; + echo ""; + echo "
Pandora FMS
"; + if (file_exists (ENTERPRISE_DIR."/load_enterprise.php")) + echo '
Enterprise
'; + else + echo '
OpenSource
'; + echo "
"; +?>
-
+
+ @@ -125,36 +117,13 @@ require_once ("include/functions_messages.php"); else echo "value='" . $config['search_keywords'] . "'"; ?> onfocus="javascript: if (fieldKeyWordEmpty) $('#keywords').val('');" - size="119" style="background: white url('images/lupa_15x15.png') no-repeat left; padding: 0; padding-left:15px; margin: 0; width: 70%; margin-left: 2px;" /> - ((strlen(__("Search")) > 12) ? (substr(__("0123456789AB"), 0, 12) . "…") : __("0123456789AB")), - 'all' => ((strlen(__("All")) > 12) ? (substr(__("All"), 0, 12) . "…") : __("All")), - 'users' => ((strlen(__("Users")) > 12) ? (substr(__("Users"), 0, 12) . "…") : __("Users")), - 'alerts' => ((strlen(__("Alerts")) > 12) ? (substr(__("Alerts"), 0, 12) . "…") : __("Alerts")), - 'reports' => ((strlen(__("Reports")) > 12) ? (substr(__("Reports"), 0, 12) . "…") : __("Reports")) - ); - - //INI SECURITY ACL - if (check_acl ($config['id_user'], 0, "AW") || check_acl ($config['id_user'], 0, "AR")) { - $values['agents'] = ((strlen(__("Agents")) > 12) ? (substr(__("Agents"), 0, 12) . "…") : __("Agents")); - $values['graphs'] = ((strlen(__("Graphs")) > 12) ? (substr(__("Graphs"), 0, 12) . "…") : __("Graphs")); - } - if (give_acl ($config["id_user"], 0, "AR")) - $values['maps'] = ((strlen(__("Maps")) > 12) ? (substr(__("Maps"), 0, 12) . "…") : __("Maps"));; - //END SECURITY ACL - - print_select_style ($values, 'search_category', $selected, "min-width: 12em;"); - ?> - 12) ? (substr(__("0123456789ABCD"), 0, 12) . "…") : __("Search")); ?>" - class="sub" type="submit" style="min-width: 12em; height: 23px;" /> - - + lightning_go Events +
'.__('Pandora FMS help system').''; echo ''; -echo ''; +echo ''; $id = get_parameter ('id'); @@ -62,7 +62,7 @@ echo '
'; require_once ($help_file); echo '
'; echo '


'; -echo '
'; +echo '
'; include ('footer.php'); ?> diff --git a/pandora_console/godmode/agentes/configurar_agente.php b/pandora_console/godmode/agentes/configurar_agente.php index 0ef5cf8015..1d0e2163f2 100644 --- a/pandora_console/godmode/agentes/configurar_agente.php +++ b/pandora_console/godmode/agentes/configurar_agente.php @@ -185,7 +185,7 @@ if ($id_agente) { echo '