2010-03-03 Raul Mateos <raulofpandora@gmail.com>
* operation/incidents/*.php: Updated year and headers. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2460 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
e7604d5729
commit
f8ba7c6d95
|
@ -1,3 +1,7 @@
|
|||
2010-03-03 Raúl Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* operation/incidents/*.php: Updated year and headers.
|
||||
|
||||
2010-03-03 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* (A lot of files): Updated include("config.php") and replaced by
|
||||
|
@ -47,7 +51,7 @@
|
|||
* operation/agentes/gis_view.php: fix "Call-time pass-by-reference" for
|
||||
function "print_table".
|
||||
|
||||
2010-03-02 Sancho Leren <slerena@artica.es>
|
||||
2010-03-02 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* include/functions_ui.php: Fixes default icon for operation
|
||||
mode in the title.
|
||||
|
|
|
@ -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
|
||||
|
@ -24,6 +24,9 @@ if (! give_acl ($config['id_user'], 0, "IR")) {
|
|||
exit;
|
||||
}
|
||||
|
||||
// Header
|
||||
print_page_header (__('Incident management'), "images/book_edit.png", false, "", false, "");
|
||||
|
||||
// Take input parameters
|
||||
|
||||
// Offset adjustment
|
||||
|
@ -169,8 +172,6 @@ if (empty ($result)) {
|
|||
$count = count ($result);
|
||||
}
|
||||
|
||||
// Header
|
||||
print_page_header (__('Incident management'), "images/book_edit.png", false, "", false, "");
|
||||
|
||||
echo '<form name="visualizacion" method="post" action="index.php?sec=incidencias&sec2=operation/incidents/incident">';
|
||||
|
||||
|
|
|
@ -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
|
||||
|
@ -201,12 +201,12 @@ echo "<script type=\"text/javascript\">
|
|||
|
||||
|
||||
if (isset ($id_inc)) { //If $id_inc is set (when $_GET["id"] is set, not $_GET["insert_form"]
|
||||
print_page_header (__('Incident details'). ' #'.$id_inc, "images/book_edit.png", false, "", false, "");
|
||||
echo '<form name="accion_form" method="POST" action="index.php?sec=incidencias&sec2=operation/incidents/incident&action=update">';
|
||||
echo '<input type="hidden" name="id_inc" value="'.$id_inc.'">';
|
||||
echo '<h2>'.__('Incident management').' » '.__('Incident details').' #'.$id_inc.'</h2>';
|
||||
} else {
|
||||
print_page_header (__('Create incident'), "images/book_edit.png", false, "", false, "");
|
||||
echo '<form name="accion_form" method="POST" action="index.php?sec=incidencias&sec2=operation/incidents/incident&action=insert">';
|
||||
echo '<h2>'.__('Incident management').' » '.__('Create incident').'</h2>';
|
||||
}
|
||||
|
||||
echo '<table cellpadding="4" cellspacing="4" class="databox" width="650px">';
|
||||
|
|
|
@ -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
|
||||
|
@ -25,7 +25,7 @@ if (! give_acl ($config['id_user'], 0, "IR") == 1) {
|
|||
require ("general/noaccess.php");
|
||||
exit;
|
||||
}
|
||||
echo "<h2>".__('Incident management')." » ".__('Statistics')."</h2>";
|
||||
print_page_header (__('Statistics'), "images/book_edit.png", false, "", false, "");
|
||||
|
||||
echo '<table width="90%">
|
||||
<tr><td valign="top"><h3>'.__('Incidents by status').'</h3>';
|
||||
|
|
Loading…
Reference in New Issue