change the formatting hint to agree with Wikipedia's suggestion on the List of SMS...
authorJason Etheridge <jason@esilibrary.com>
Tue, 15 Nov 2011 20:56:17 +0000 (15:56 -0500)
committerJason Etheridge <jason@esilibrary.com>
Thu, 5 Jan 2012 17:46:01 +0000 (12:46 -0500)
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
Open-ILS/src/templates/opac/parts/sms_number_textbox.tt2

index 6a41c43..fcd42b1 100644 (file)
@@ -1,4 +1,4 @@
 [% IF NOT sms_number_hide_label; l('SMS 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: Format XXX-XXX-XXXX works for most carriers)'); END; %]
+[% IF NOT sms_number_hide_hint; l('(Hint: For most carriers, enter the phone number--including the area code--with no spaces or punctuation. So for example, instead of entering 800-555-1234, enter 8005551234)'); END; %]