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:
parent
a47b919bbd
commit
3c3c2803c2
|
@ -1,3 +1,8 @@
|
|||
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
|
||||
|
|
|
@ -77,7 +77,7 @@ if (isset($_SESSION["id_usuario"])) {
|
|||
echo '<ul class="mn"><li><a href="index.php?sec=estado_server&sec2=operation/servers/view_server&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">';
|
||||
|
|
Loading…
Reference in New Issue