From dc0416cbe7f2da2a93bac1e454914ad95622bb40 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Tue, 22 Nov 2016 08:20:54 -0500 Subject: [PATCH] Rolling prefs_notify.tt2 back to stock 2.11.1. --- .../src/templates/opac/myopac/prefs_notify.tt2 | 25 ++++++++++------------ 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/Open-ILS/src/templates/opac/myopac/prefs_notify.tt2 b/Open-ILS/src/templates/opac/myopac/prefs_notify.tt2 index 2422d69320..47b7f72677 100644 --- a/Open-ILS/src/templates/opac/myopac/prefs_notify.tt2 +++ b/Open-ILS/src/templates/opac/myopac/prefs_notify.tt2 @@ -10,7 +10,7 @@ [% IF ctx.user_setting_map.$setting; %] value='[% ctx.user_setting_map.$setting | html %]' [% END %]/> + title="[% l('Notification Preferences') %]"> [% IF ctx.updated_user_settings %] @@ -28,7 +28,7 @@ with the rest of the table. As an alternative, we can repeat the label as a title attr. http://www.w3.org/TR/WCAG20-TECHS/H44.html %] - [% email_label = l('Notify by Email when a hold is ready for pickup?') %] + [% email_label = l('Notify by Email by default when a hold is ready for pickup?') %] - [% phone_label = l('Notify by Phone when a hold is ready for pickup?') %] + [% phone_label = l('Notify by Phone by default when a hold is ready for pickup?') %] - + - [% sms_label = l('Notify by Text when a hold is ready for pickup?') %] + [% sms_label = l('Notify by Text by default when a hold is ready for pickup?') %] - + [% setting = 'opac.default_sms_notify' %] - + [% END %] @@ -97,12 +97,9 @@ [% END %] -
@@ -41,7 +41,7 @@ setting = 'opac.hold_notify'; -%]
[% setting = 'opac.default_phone' %]
@@ -62,7 +62,7 @@ setting = 'opac.hold_notify'; -%]
          [% l('Mobile Carrier') %][% l('Default Mobile Carrier') %] [% INCLUDE "opac/parts/sms_carrier_selector.tt2" sms_carrier_hide_label="true" %]
-
[% l('Hint: Use the full 10 digits of your phone #, no spaces, no dashes'); %] + [% l('Hint: use the full 10 digits of your phone #, no spaces, no dashes'); %]
- - [% END %] -
- -
+ + + [% END %] -- 2.11.0