summaryrefslogtreecommitdiff
path: root/actions/login.php
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-18 01:02:42 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-18 01:02:42 +0000
commit88c7da66f0102b0890d52a53aba47c02a16fa5c2 (patch)
treedf7772653d8cc1f0a356776463860a79312d5b94 /actions/login.php
parent620d0594fc5603d42292fcc5d43ccf20366f4fe8 (diff)
Minor cleanup for login style
Diffstat (limited to 'actions/login.php')
-rw-r--r--actions/login.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/login.php b/actions/login.php
index e92087a28..c213e2ab5 100644
--- a/actions/login.php
+++ b/actions/login.php
@@ -131,6 +131,7 @@ class LoginAction extends Action
{
$this->elementStart('form', array('method' => 'post',
'id' => 'form_login',
+ 'class' => 'form_settings',
'action' => common_local_url('login')));
$this->elementStart('fieldset');
$this->element('legend', null, _('Login to site'));