Tweaks to OPAC UI - account login page, my account holds page, text call number page
authorTerran McCanna <tmccanna@georgialibraries.org>
Mon, 12 Jan 2015 18:49:06 +0000 (13:49 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Sat, 19 Nov 2016 12:38:13 +0000 (07:38 -0500)
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates/opac/myopac/holds.tt2
Open-ILS/src/templates/opac/parts/login/form.tt2
Open-ILS/src/templates/opac/parts/sms_number_textbox.tt2

index c9df5ea..adf4ea5 100644 (file)
@@ -54,7 +54,7 @@
 
     </div>
        <p style="font-style:italic;">If you require assistance placing a hold or have a question about a hold that you have placed, 
-       please <a href="http://www.georgialibraries.org/lib/directories/pineslibdir.html">contact your local library.</a></p>
+       please <a href="http://www.georgialibraries.org/lib/directories/pineslibdir.html" target="_blank">contact your local library.</a></p>
     <div class="clear-both"></div>
     <div id='holds_main'>
         <form method="post">
                             [% PROCESS get_hold_status hold=hold; %]
                         </div>
                     </td>
-                    <td valign="top">
+                    <td valign="top" style="text-align:center;">
                                            <div>
                         [% l(ahr.frozen == 'f' ? 'Yes' : 'No') %]
                                                </div>
index 5abc503..3587328 100644 (file)
@@ -35,7 +35,7 @@
             <a style="font-size: 80%" href='[% mkurl(ctx.opac_root _ '/password_reset', {}, 1) %]'>[% l('Forgot your password?') %]</a>
             [% END %]
         </div>
-        <div style="clear: both; padding-top: 15px;padding-left: 15px;">
+        <div style="clear: both; padding-top: 15px;padding-left: 15px;text-align:right;">
         [%
             redirect = CGI.param('redirect_to');
             # Don't use referer unless we got here from elsewhere within the TPAC
@@ -55,8 +55,8 @@
                 redirect = redirect  | replace('^http:', 'https:');
             %]
             <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-left:20px;padding-right:20px;" />
+            <input type="checkbox" name="persist" id="login_persist"/><label for="login_persist" style="font-weight:bold;"> [% l('Keep me logged in') %]</label>
+            <input type="submit" value="[% l('Log in') %]" alt="[% l('Log in') %]" class="opac-button" style="padding:10px 30px 10px 30px;" />
         </div>
     </form>
 </div>
index 98c9b47..45d98dd 100644 (file)
@@ -1,4 +1,4 @@
 [% IF NOT sms_number_hide_label; l('Mobile number:'); END; %]
 <input type="text" name="sms_notify" [% setting = 'opac.default_sms_notify';
 IF ctx.user_setting_map.$setting; %] value='[% ctx.user_setting_map.$setting | html %]' [% END %]/><br/><i>
-[% IF NOT sms_number_hide_hint; l('Hint: Use the full 10 digits of your phone number, no spaces, no dashes'); END; %]</i>
+[% IF NOT sms_number_hide_hint; l('Hint: Use the full 10 digits of your phone number including area code.'); END; %]</i>