Skip to content

Commit

Permalink
* Fixed #739 - MetaLDAPProtoUser add field focus on username and pass…
Browse files Browse the repository at this point in the history
…word
  • Loading branch information
fmpwizard committed Mar 13, 2012
1 parent 02397ca commit 7045b01
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -114,7 +114,7 @@ trait MetaLDAPProtoUser[ModelType <: LDAPProtoUser[ModelType]] extends MetaMegaP

Helpers.bind("user", loginXhtml,
"name" -> (JsCmds.FocusOnLoad(<input type="text" name="username"/>)),
"password" -> (JsCmds.FocusOnLoad(<input type="password" name="password"/>)),
"password" -> (<input type="password" name="password"/>),
"submit" -> (<input type="submit" value={S.??("log.in")}/>))
}

Expand Down

0 comments on commit 7045b01

Please sign in to comment.