From 05239d02340f06fe0dd64276dbd80ea715fa9de7 Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Tue, 17 Sep 2013 14:43:59 -0400 Subject: [PATCH] Change form.tt2 from table to div Signed-off-by: Ben Shum Signed-off-by: Lebbeous Fogle-Weekley Signed-off-by: Dan Wells --- .../src/templates/opac/parts/login/form.tt2 | 75 ++++++++----------- 1 file changed, 32 insertions(+), 43 deletions(-) diff --git a/Open-ILS/src/templates/opac/parts/login/form.tt2 b/Open-ILS/src/templates/opac/parts/login/form.tt2 index 4c96014cad..cd52532d12 100644 --- a/Open-ILS/src/templates/opac/parts/login/form.tt2 +++ b/Open-ILS/src/templates/opac/parts/login/form.tt2 @@ -17,49 +17,38 @@

[% l('Log in to Your Account') %]

[% l('Please enter the following information:') %]
- - - - - - - - - -
-
[% l('Please include leading zeros and no spaces.') %]
-
[% l('Example: 0026626051') %]
-
-
- -
-
- -
[% INCLUDE "opac/parts/login/password_hint.tt2" %]
-
-
- -
-
- [% - # If no redirect is offered or it's leading us back to the - # login form, redirect the user to My Account - redirect = CGI.param('redirect_to') || ctx.referer; - IF !redirect OR redirect.match(ctx.path_info _ '$'); - redirect = CGI.url('-full' => 1) _ '/opac/myopac/main'; - END; - redirect = redirect | replace('^http:', 'https:'); - %] - - -
-
- - [% IF reset_password %] - [% l('Forgot your password?') %] - [% END %] -
-
+
+ +
+ +
+
[% l('Please include leading zeros and no spaces.') %]
+
[% l('Example: 0026626051') %]
+
+
+ +
+ +
+
[% INCLUDE "opac/parts/login/password_hint.tt2" %]
+ [% IF reset_password %] + [% l('Forgot your password?') %] + [% END %] +
+
+ [% + # If no redirect is offered or it's leading us back to the + # login form, redirect the user to My Account + redirect = CGI.param('redirect_to') || ctx.referer; + IF !redirect OR redirect.match(ctx.path_info _ '$'); + redirect = CGI.url('-full' => 1) _ '/opac/myopac/main'; + END; + redirect = redirect | replace('^http:', 'https:'); + %] + + + +
[% INCLUDE "opac/parts/login/help.tt2" %] -- 2.43.2