From: Kyle Huckins Date: Wed, 28 Nov 2018 21:09:04 +0000 (+0000) Subject: lp1777677 Test Notification OPAC success prompt X-Git-Url: http://git.equinoxoli.org/?p=evergreen-equinox.git;a=commitdiff_plain;h=48b0f0e498f36f40bcfdfdc456d431cd9e8f7da8 lp1777677 Test Notification OPAC success prompt - Move OPAC success prompt higher up to ensure message is seen. - Ensure OPAC SMS test notification doesn't send email. Signed-off-by: Kyle Huckins Signed-off-by: Terran McCanna Signed-off-by: Chris Sharp Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/templates/opac/myopac/prefs.tt2 b/Open-ILS/src/templates/opac/myopac/prefs.tt2 index 724116c..e609908 100644 --- a/Open-ILS/src/templates/opac/myopac/prefs.tt2 +++ b/Open-ILS/src/templates/opac/myopac/prefs.tt2 @@ -91,6 +91,11 @@ title="[% l('Change Password') %]">[% l("Change") %] [%- END %] + + + [% INCLUDE "opac/myopac/test_notification.tt2" %] + + [% l("Email Address") %] [% ctx.user.email | html %] @@ -108,11 +113,6 @@ title="[% l('Update Email Address') %]">[% l('Change') %] [%- END %] - - - [% INCLUDE "opac/myopac/test_notification.tt2" %] - - [% IF ctx.user.ident_value %] diff --git a/Open-ILS/src/templates/opac/myopac/prefs_notify.tt2 b/Open-ILS/src/templates/opac/myopac/prefs_notify.tt2 index 346b744..a868c40 100644 --- a/Open-ILS/src/templates/opac/myopac/prefs_notify.tt2 +++ b/Open-ILS/src/templates/opac/myopac/prefs_notify.tt2 @@ -125,6 +125,11 @@ [% INCLUDE "opac/parts/sms_carrier_selector.tt2" sms_carrier_hide_label="true" %] [% setting = 'opac.default_sms_notify' %] + + + [% INCLUDE "opac/myopac/test_notification.tt2" %] + + @@ -132,18 +137,13 @@ [% IF ctx.user_setting_map.$setting; %] value='[% ctx.user_setting_map.$setting | html %]' [% END %]/> [% IF ctx.user_setting_map.$setting; %] [% l('Send Test Text Message') %]
[% l('Hint: use the full 10 digits of your phone #, no spaces, no dashes'); %] [% END %] - - - [% INCLUDE "opac/myopac/test_notification.tt2" %] - - [% END %] [% FOR optin IN ctx.opt_in_settings %]