From: Jean-Philippe Lang Date: Fri, 27 Nov 2009 20:30:15 +0000 (+0000) Subject: Add tabindex to login screen (#4299). X-Git-Tag: 0.9.0~164 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2416260af2e6b47f9678f2d280e097aea5c47437;p=redmine.git Add tabindex to login screen (#4299). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3098 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/account/login.rhtml b/app/views/account/login.rhtml index 49e559605..6edfb442c 100644 --- a/app/views/account/login.rhtml +++ b/app/views/account/login.rhtml @@ -4,23 +4,23 @@ - + - + <% if Setting.openid? %> - + <% end %> @@ -31,7 +31,7 @@ <% end %>

<%= text_field_tag 'username', nil %>

<%= text_field_tag 'username', nil, :tabindex => '1' %>
<%= password_field_tag 'password', nil %><%= password_field_tag 'password', nil, :tabindex => '2' %>
<%= text_field_tag "openid_url" %><%= text_field_tag "openid_url", nil, :tabindex => '3' %>
<% if Setting.autologin? %> - + <% end %>
- +