</span>
</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>
<a style="font-weight:bold;" 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
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>
[% 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>