summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/forms.inc.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-12-19 21:06:41 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-12-19 21:06:41 +0000
commita660368aa5e103a9343d4d84badc24419961ecef (patch)
tree3ba6f3f6f876d1abdb67fcfd53b7acffad5df97a /frontends/php/include/forms.inc.php
parenta9559e14185cf5f317c895a8d6cb567ba964872e (diff)
downloadzabbix-a660368aa5e103a9343d4d84badc24419961ecef.tar.gz
zabbix-a660368aa5e103a9343d4d84badc24419961ecef.tar.xz
zabbix-a660368aa5e103a9343d4d84badc24419961ecef.zip
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@1542 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/forms.inc.php')
-rw-r--r--frontends/php/include/forms.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php
index e76c0e2d..3952af8b 100644
--- a/frontends/php/include/forms.inc.php
+++ b/frontends/php/include/forms.inc.php
@@ -48,7 +48,7 @@
$col=0;
- show_form_begin("users.user");
+ show_form_begin("users");
echo S_USER;
show_table2_v_delimiter($col++);
@@ -513,7 +513,7 @@
$name="";
}
- show_form_begin("users.group");
+ show_form_begin("users");
echo S_USER_GROUP;
show_table2_v_delimiter($col++);