OPAC Customization: Login Screen
authorMcCanna <tmccanna@georgialibraries.org>
Tue, 7 Nov 2017 21:39:36 +0000 (16:39 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Mon, 13 Nov 2017 14:34:53 +0000 (09:34 -0500)
Fixed layout issues in preparation for 3.0 upgrade.

Signed-off-by: McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates/opac/css/style.css.tt2
Open-ILS/src/templates/opac/parts/login/form.tt2
Open-ILS/src/templates/opac/parts/login/help.tt2
Open-ILS/src/templates/opac/parts/login/password_hint.tt2

index c43e3c0..83184e5 100644 (file)
@@ -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%;
index cba2b7d..d39391e 100644 (file)
@@ -14,8 +14,9 @@
 [% END %]
 
 <div id='login-form-box' class='login_boxes left_brain float-left'>
-    <h1>[% l('Log in to Your Account') %]</h1>
+    <h1 style="font-weight:bold;margin-bottom:10px;">[% l('Log in to Your Account') %]</h1>
     [% l('Please enter the following information:') %]
+       <br/> <br/>
     <form method='post'>
         <div class='login-form-left'>
             <label for='username_field' class="lbl1" >[% l('Library Card Number or Username') %]</label>
@@ -34,7 +35,7 @@
             </div>
             [% INCLUDE "opac/parts/login/password_hint.tt2" %]
             [% IF reset_password == 'true' %]
-            <a style="font-size: 80%" href='[% mkurl(ctx.opac_root _ '/password_reset', {}, 1) %]'>[% l('Forgot your password?') %]</a>
+            <div style="margin-left:12px;font-weight:bold;"><a href='[% mkurl(ctx.opac_root _ '/password_reset', {}, 1) %]'>[% l('Forgot your password?') %]</a></div>
             [% END %]
         </div>
         <div style="clear: both; padding-top: 15px;padding-left: 15px;text-align:right;">
             END;
                 redirect = redirect  | replace('^http:', 'https:');
             %]
-<<<<<<< HEAD
             <input type='hidden' name='redirect_to' value='[% redirect | html %]'/>
-            <input type="checkbox" name="persist" id="login_persist" /><label for="login_persist"> [% l('Stay logged in?') %]</label>
-            <input type="submit" value="[% l('Log in') %]" alt="[% l('Log in') %]" class="opac-button" />
-=======
-            <input type='hidden' name='redirect_to' value='[% redirect %]'/>
             <input type="checkbox" name="persist" id="login_persist"/><label for="login_persist" style="font-weight:bold;"> [% l('Stay logged in?') %]</label>
             <input type="submit" value="[% l('Log in') %]" alt="[% l('Log in') %]" class="opac-button" style="padding:10px 30px 10px 30px;" />
->>>>>>> 03ad13e... OPAC Updates related to page text and translations. Also required are the
         </div>
         <input id="client_tz_id" name="client_tz" type="hidden" />
     </form>
index 49f4aa4..a70db92 100644 (file)
@@ -6,14 +6,6 @@
         <!--[% l('Visit our FAQs section for answers to common questions about how to use your account.') %] -->
     </div>
 
-       <!--
-    <div class="login-help-button">
-        <div class="opac-multiline-button">
-        <a href="http://pines.georgialibraries.org/pines-frequently-asked-questions">[% l('FAQs') %]</a>
-           </div>
-    </div>
-       -->
-       
        <div class="login-help-button">
         <div class="opac-multiline-button">
         <a href="http://www.georgialibraries.org/lib/directories/pineslibdir.html">[% l('Contact Your Library') %]</a>
index e70c041..7728091 100644 (file)
@@ -1,3 +1,3 @@
-<div style="font-size:normal;padding:15px 0px 5px 12px;width:300px;font-style:italic;">
+<div style="font-size:normal;padding:15px 10px 5px 12px;width:280px;font-style:italic;">
 [%- l('If this is your first time logging in, please enter the last 4 digits of your phone number. Example: 0926'); %]
 </div>