diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index a6c29b7613..35efc89824 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,9 +1,14 @@ +2006-10-31 Raul Mateos + + * operation/menu.php: Add highlighting when creating note in incidents + page. + 2006-10-21 Sancho Lerena - * 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 diff --git a/pandora_console/operation/menu.php b/pandora_console/operation/menu.php index 5f796adf9f..2387a0ac92 100644 --- a/pandora_console/operation/menu.php +++ b/pandora_console/operation/menu.php @@ -77,7 +77,7 @@ if (isset($_SESSION["id_usuario"])) { echo ''; } 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 '
'; } else echo '
';