summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/forms.inc.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-01-31 10:36:50 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-01-31 10:36:50 +0000
commit4c4d305c9f216a5c1046c960642bcfa387d509a4 (patch)
treed14433b37511e4c2562494dc8c5d1f7b3d2a5577 /frontends/php/include/forms.inc.php
parent2ae32e52989defd735f7988f7a54864ad58b389a (diff)
- Bug fixing (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@2588 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, 2 insertions, 0 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php
index 1213b819..ddf76f4e 100644
--- a/frontends/php/include/forms.inc.php
+++ b/frontends/php/include/forms.inc.php
@@ -585,6 +585,8 @@
$frmLogin->AddRow('Password', new CPassBox('password'));
$frmLogin->AddItemToBottomRow(new CButton('register','Enter'));
$frmLogin->Show();
+
+ SetFocus($frmLogin->GetName(),"name");
}
/*