From ac56f8a3fc47d51d058167434553ad013455fe2c Mon Sep 17 00:00:00 2001 From: Henriette Dinger Date: Tue, 9 Feb 2016 08:37:50 +0100 Subject: [PATCH] Change tabbing order to avoid conflicts with backgorund formular --- app/views/account/_login.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/account/_login.html.erb b/app/views/account/_login.html.erb index 530dabc50d..15453c5db4 100644 --- a/app/views/account/_login.html.erb +++ b/app/views/account/_login.html.erb @@ -51,7 +51,7 @@ See doc/COPYRIGHT.rdoc for more details.
<%= styled_label_tag 'password-pulldown', User.human_attribute_name(:password) %>
- <%= styled_password_field_tag 'password', nil, id: 'password-pulldown', tabindex: 2 %> + <%= styled_password_field_tag 'password', nil, id: 'password-pulldown', tabindex: 1 %>
<% if Setting.lost_password? %> @@ -70,7 +70,7 @@ See doc/COPYRIGHT.rdoc for more details.   + value="<%=l(:button_login)%>" class="button -highlight" tabindex="1" />