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>
Sun, 17 Sep 2017 20:10:22 +0000 (16:10 -0400)
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 3d0b74b..df9063b 100644 (file)
@@ -61,7 +61,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 c018b05..35dd3e0 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
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>