]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/prefs/pushemail.html
* remove svput with empty string.
[citadel.git] / webcit / static / t / prefs / pushemail.html
index e6a573c9147ff95e58f2a5da38b69b447aa26554..982d5c1ae9beed24b69a6cef6bd4b2514e553ca1 100644 (file)
@@ -29,7 +29,7 @@
           <p class="option">
            <input type="radio" name="pushsetting" value="textmessage" <?%("COND:LONGVECTOR", 1, 1, 3, 'CHECKED', "")>>
            <strong><?_("Send a text message to...")></strong> 
-           <input type="text" name="user_sms_number" size="20" value="<?SMSNUM>" >
+           <input type="text" name="user_sms_number" size="20" value=" " >
            <?_("(Use international format, without any leading zeros, spaces or hypens, like +61415011501)")>
          </p>