From 0fb9e371c81207154e2948af7ead1142275926c2 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Mon, 20 Sep 2021 18:12:47 -0400 Subject: [PATCH] LP1909144 BooPAC Login Form Tabbing This change places the cursor in the user name field and adjusts the order of the elements so that tabbing out of the user name field comes to the password field next. Note that this modifies both the login modal and the embedded login form. Signed-off-by: Terran McCanna Signed-off-by: Elaine Hardy Signed-off-by: Jason Boyer --- .../src/templates-bootstrap/opac/parts/base.tt2 | 7 ++ .../templates-bootstrap/opac/parts/login/form.tt2 | 81 ++++++++++++---------- .../opac/parts/login/login_modal.tt2 | 63 +++++++++-------- 3 files changed, 86 insertions(+), 65 deletions(-) diff --git a/Open-ILS/src/templates-bootstrap/opac/parts/base.tt2 b/Open-ILS/src/templates-bootstrap/opac/parts/base.tt2 index 2e739d1097..eceb162f99 100755 --- a/Open-ILS/src/templates-bootstrap/opac/parts/base.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/parts/base.tt2 @@ -53,6 +53,13 @@ [% PROCESS 'opac/parts/stripe.tt2' %] + diff --git a/Open-ILS/src/templates-bootstrap/opac/parts/login/form.tt2 b/Open-ILS/src/templates-bootstrap/opac/parts/login/form.tt2 index c90b16b5e3..b580f9ce2f 100755 --- a/Open-ILS/src/templates-bootstrap/opac/parts/login/form.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/parts/login/form.tt2 @@ -20,44 +20,50 @@ [% END %] +
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+ +
+ [% IF reset_password == 'true' %] + [% l('Forgot Your Password?') %] + [% END %] +
+
+
+
+ + +
+
+ +
+
+
-
-
-
-
- -
- [% l('Request A Card') %] -
- -
-
-
- -
- -
- [% IF reset_password == 'true' %] - [% l('Forgot Your Password?') %] - [% END %] -
- -
- -
-
- - -
- -
[% redirect = CGI.param('redirect_to'); @@ -76,7 +82,6 @@
-
diff --git a/Open-ILS/src/templates-bootstrap/opac/parts/login/login_modal.tt2 b/Open-ILS/src/templates-bootstrap/opac/parts/login/login_modal.tt2 index be2e1be8d5..d8d68fee17 100755 --- a/Open-ILS/src/templates-bootstrap/opac/parts/login/login_modal.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/parts/login/login_modal.tt2 @@ -3,7 +3,7 @@