mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
2010-08-10 Sergio Martin <sergio.martin@artica.es>
* operation/agentes/networkmap.php: Fixed several notices. When a category has not maps, the menu is not showed git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3119 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
4e902146e4
commit
b7ee2c2dff
@ -1,3 +1,8 @@
|
||||
2010-08-10 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* operation/agentes/networkmap.php: Fixed several notices. When
|
||||
a category has not maps, the menu is not showed
|
||||
|
||||
2010-08-10 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* images/status_sets/default/module_unknown.png
|
||||
|
@ -217,6 +217,7 @@ if($delete_networkmap || $add_networkmap || $save_networkmap) {
|
||||
|
||||
if($id_networkmap == 0) {
|
||||
echo "<div class='nf'>".__('There are no defined maps in this view')."</div>";
|
||||
return;
|
||||
}
|
||||
|
||||
if(!empty($name)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user