From: Terran McCanna Date: Mon, 16 Nov 2020 23:01:47 +0000 (-0500) Subject: OPAC: Minor adjustments to new OPAC layout and wording X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=118b31551b751beadcc3d133b1d4a9c276bcba56;p=evergreen%2Fpines.git OPAC: Minor adjustments to new OPAC layout and wording - Tightened up white space and shading around search box - Added title and help tip to the search results facets - Wording on login modal and form - Wording on basic search form - Wording on password reset form - Record page: Changed size of section headers, fixed layout of Holds block - Record page copy table: Hide due date column, add link to Signed-off-by: Terran McCanna --- 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 fcd8d87640..25c898a8ab 100755 --- a/Open-ILS/src/templates-bootstrap/opac/parts/login/form.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/parts/login/form.tt2 @@ -67,6 +67,43 @@ +
+
+
+
+ +
+ [% l('Apply for a PINES Library Card') %] +
+ +
+
+
+ +
+ +
+ [% IF reset_password == 'true' %] + [% l('Forgot Your Password?') %] + [% END %] +
+ +
+ +
+
+ + +
+ +
[% redirect = CGI.param('redirect_to'); 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 44c4544d0a..0b15e3da40 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 @@