* Fix user push email config
[citadel.git] / webcit / static / t / pushemail.html
index 15711e910fe191ed856a92fc163d8514d1445d44..e5db1a53e8da4d2bde12df6dec40d9d0a1296e3d 100644 (file)
@@ -5,7 +5,7 @@
     <div id="content" class="config_service">
     <!-- NOT beginbox -->
     <div class="box">
-    <div class="boxlabel"><?BOXTITLE><?CONTEXTSTR("X")></div>
+    <div class="boxlabel"><?_("Push email and SMS settings")></div>
     <div class="boxcontent">
        <!-- still not begin box -->
     <!-- Begin Push email configure -->
 
         <form id="pushconfig" method="post" action="save_pushemail">
           <p class="option"><input type="radio" name="pushsetting" value=
-          "funambol" <?PUSH_FNBL>><strong>Notify Funambol server</strong></p>
+          "funambol" <?PUSH_FNBL> ><strong>Notify Funambol server</strong></p>
 
           <p class="option"><input type="radio" name="pushsetting" value=
-          "textmessage" <?PUSH_TEXT>><strong>Send a text message</strong> to... <input type="text"
+          "textmessage" <?PUSH_TEXT> ><strong>Send a text message</strong> to... <input type="text"
           name="user_sms_number" size="20" <?SMSNUM> > (Use international format, without any
           leading zeros, spaces or hypens, like +61415011501)</p>
 
           <p class="option"><input type="radio" name="pushsetting" value=
-          "none" <?PUSH_NONE>><strong>Don't send any notifications</strong></p>
+          "none" <?PUSH_NONE> ><strong>Don't send any notifications</strong></p>
 
           <p><input type="submit" name="submit" value="Save settings"></p>
         </form>