2006-10-31 Raul Mateos <raulofpandora@gmail.com>

* operation/menu.php: Add highlighting when creating note in incidents page.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@240 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
raulmateos 2006-10-31 10:21:45 +00:00
parent a47b919bbd
commit 3c3c2803c2
2 changed files with 9 additions and 4 deletions

View File

@ -1,9 +1,14 @@
2006-10-31 Raul Mateos <raulofpandora@gmail.com>
* operation/menu.php: Add highlighting when creating note in incidents
page.
2006-10-21 Sancho Lerena <slerena@artica.es>
* include/functions.php: Change function no_permission () to show
noaccess.gif image correctly, due a path problem.
* include/functions.php: Change function no_permission () to show
noaccess.gif image correctly, due a path problem.
* general/noaccess.php: Change code to show noaccess.gif correctly.
* general/noaccess.php: Change code to show noaccess.gif correctly.
2006-10-09 Raul Mateos <raulofpandora@gmail.com>

View File

@ -77,7 +77,7 @@ if (isset($_SESSION["id_usuario"])) {
echo '<ul class="mn"><li><a href="index.php?sec=estado_server&amp;sec2=operation/servers/view_server&amp;refr=60" class="mn">'.$lang_label["view_servers"].'</a></li></ul></div>';
}
if (give_acl($_SESSION["id_usuario"], 0, "IR")==1) {
if(isset($_GET["sec2"]) && ($_GET["sec2"] == "operation/incidents/incident" || $_GET["sec2"] == "operation/incidents/incident_detail")) {
if(isset($_GET["sec2"]) && ($_GET["sec2"] == "operation/incidents/incident" || $_GET["sec2"] == "operation/incidents/incident_detail"|| $_GET["sec2"] == "operation/incidents/incident_note")) {
echo '<div id="op3s">';
}
else echo '<div id="op3">';