Added sms_number_textbox and expanded its hint.
authorGarry Collum <gcollum@gmail.com>
Thu, 2 Jun 2016 17:45:26 +0000 (13:45 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 10 Aug 2016 16:21:06 +0000 (12:21 -0400)
Open-ILS/src/kcpl_templates/opac/parts/sms_number_textbox.tt2 [new file with mode: 0644]

diff --git a/Open-ILS/src/kcpl_templates/opac/parts/sms_number_textbox.tt2 b/Open-ILS/src/kcpl_templates/opac/parts/sms_number_textbox.tt2
new file mode 100644 (file)
index 0000000..9c9dff7
--- /dev/null
@@ -0,0 +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 %]/>
+[% IF NOT sms_number_hide_hint; l('Hint: use the full 10 digits of your phone #, no spaces, no dashes. A 1 prefix is not necessary.'); END; %]