##// END OF EJS Templates
Login field automatically focused on login form...
Jean-Philippe Lang -
r500:da4fd6b71a93
parent child
Show More
@@ -11,6 +11,7
11
11
12 <p><center><input type="submit" name="login" value="<%=l(:button_login)%> &#187;" class="primary" /></center>
12 <p><center><input type="submit" name="login" value="<%=l(:button_login)%> &#187;" class="primary" /></center>
13 <% end %>
13 <% end %>
14 <%= javascript_tag "Form.Element.focus('login');" %>
14
15
15 <br>
16 <br>
16 <% links = []
17 <% links = []
General Comments 0
You need to be logged in to leave comments. Login now