Adding some helpful focus the form functionality for logon and setup

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-03-09 00:55:56 -08:00
parent 262fc83dbf
commit 4a0b3f8468
6 changed files with 21 additions and 7 deletions

View File

@@ -24,4 +24,5 @@
<%=Html.AntiForgeryTokenOrchard()%>
<input type="submit" value="<%=_Encoded("Log On") %>" />
</fieldset>
<% } %>
<% } %><%
using (this.Capture("end-of-page-scripts")) { %><script type="text/javascript">$("#username").closest("form").helpfullyFocus();</script><% } %>