From: McCanna Date: Tue, 7 Nov 2017 21:39:36 +0000 (-0500) Subject: OPAC Customization: Login Screen X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Frel_3_0_1_opac_login_page;p=evergreen%2Fpines.git OPAC Customization: Login Screen Fixed layout issues in preparation for 3.0 upgrade. Signed-off-by: McCanna --- diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index 00505c3008..ad43ebf323 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -2733,6 +2733,9 @@ div.result_table_utils { #list_description, #list_create_name { width: 300px; } + .login-help-box { + display: none; + } } @media only screen and (max-width: 600px) { @@ -2749,6 +2752,9 @@ div.result_table_utils { #homesearch_main_logo { display:none; } + .login-help-box { + display: none; + } .org_selector_dropdown { padding:3px; width:90%; diff --git a/Open-ILS/src/templates/opac/parts/login/form.tt2 b/Open-ILS/src/templates/opac/parts/login/form.tt2 index cba2b7db53..d39391e330 100644 --- a/Open-ILS/src/templates/opac/parts/login/form.tt2 +++ b/Open-ILS/src/templates/opac/parts/login/form.tt2 @@ -14,8 +14,9 @@ [% END %]
@@ -56,15 +57,9 @@ END; redirect = redirect | replace('^http:', 'https:'); %] -<<<<<<< HEAD - - -======= - ->>>>>>> 03ad13e... OPAC Updates related to page text and translations. Also required are the
diff --git a/Open-ILS/src/templates/opac/parts/login/help.tt2 b/Open-ILS/src/templates/opac/parts/login/help.tt2 index 49f4aa4512..a70db9215e 100644 --- a/Open-ILS/src/templates/opac/parts/login/help.tt2 +++ b/Open-ILS/src/templates/opac/parts/login/help.tt2 @@ -6,14 +6,6 @@ - -