summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/forms.inc.php
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-03-23 12:11:24 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-03-23 12:11:24 +0000
commitca2394bf6c65466e40b5ea2dd37cc50b22543a16 (patch)
tree2cb608eb9537bb6f3b8d21946a70db6f019d83ce /frontends/php/include/forms.inc.php
parent26638658cc670d2c0937a00abe217f3bdf50da5a (diff)
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@3916 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/forms.inc.php')
-rw-r--r--frontends/php/include/forms.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php
index 66e07f5d..3f3a1b3f 100644
--- a/frontends/php/include/forms.inc.php
+++ b/frontends/php/include/forms.inc.php
@@ -1140,7 +1140,7 @@
$form->AddVar('selection_mode', $selection_mode);
- $modeLink = new CLink($selection_mode == 0 ? S_ADVENCED : S_SIMPLE, '#','action');
+ $modeLink = new CLink($selection_mode == 0 ? S_ADVANCED : S_SIMPLE, '#','action');
$modeLink->SetAction('create_var(\''.$form->GetName().'\',\'selection_mode\','.($selection_mode == 0 ? 1 : 0).',true)');
$form->AddRow(S_SELECTION_MODE,$modeLink);