summaryrefslogtreecommitdiffstats
path: root/frontends/php/sysmaps.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-02-06 16:03:03 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-02-06 16:03:03 +0000
commitb6505a882597eee385998b6c0f07ab4512121b5e (patch)
tree88aef031e60598f93bd56727ee9c8e4d2dc00e20 /frontends/php/sysmaps.php
parent20e8946a7fe9ca6c7a615f20198e5e01fc4bd1c2 (diff)
downloadzabbix-b6505a882597eee385998b6c0f07ab4512121b5e.tar.gz
zabbix-b6505a882597eee385998b6c0f07ab4512121b5e.tar.xz
zabbix-b6505a882597eee385998b6c0f07ab4512121b5e.zip
- Frontend improvements (Eugene)
+ Configuration -> Graphs (finished) git-svn-id: svn://svn.zabbix.com/trunk@2612 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/sysmaps.php')
-rw-r--r--frontends/php/sysmaps.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/sysmaps.php b/frontends/php/sysmaps.php
index 4899b96b..4a163477 100644
--- a/frontends/php/sysmaps.php
+++ b/frontends/php/sysmaps.php
@@ -123,7 +123,7 @@
$table->addRow(array(
$row["sysmapid"],
new CLink($row["name"], "sysmaps.php?form=update".
- "&sysmapid=".$row["sysmapid"]."#form"),
+ "&sysmapid=".$row["sysmapid"]."#form",'action'),
$row["width"],
$row["height"],
new CLink(S_EDIT,"sysmap.php?sysmapid=".$row["sysmapid"])