143fed06634385680308325dc3b483e0fc40ccb9
[citadel.git] / webcit / static / t / pushemail.html
1     <div id="banner">
2       <h1><?_("Configure Push Email")></h1>
3     </div>
4
5     <div id="content" class="config_service">
6     <!-- NOT beginbox -->
7     <div class="box">
8     <div class="boxlabel"><?_("Push email and SMS settings")></div>
9     <div class="boxcontent">
10         <!-- still not begin box -->
11     <!-- Begin Push email configure -->
12
13       <div id="pushemail">
14         <div class="instructions">
15           <p>
16 <?_("If your administrator has enabled the functionality, Citadel can notify a Funambol server that you haved recieved new email and automatically syncronize any devices you have with the Funambol client installed.")></p>
17
18           <p>
19 <?_("Alternatively, if the administrator has configured it, Citadel can send a text message to you when new mail arrives.")></p>
20         </div>
21
22         <form id="pushconfig" method="post" action="save_pushemail">
23           <p class="option"><input type="radio" name="pushsetting" value=
24           "funambol" <?PUSH_FNBL> ><strong>Notify Funambol server</strong></p>
25
26           <p class="option"><input type="radio" name="pushsetting" value=
27           "textmessage" <?PUSH_TEXT> ><strong>Send a text message</strong> to... <input type="text"
28           name="user_sms_number" size="20" <?SMSNUM> > <?_("(Use international format, without any leading zeros, spaces or hypens, like +61415011501)")></p>
29
30           <p class="option"><input type="radio" name="pushsetting" value=
31           "none" <?PUSH_NONE> ><strong><?_("Don't send any notifications"></strong></p>
32
33           <p><input type="submit" name="submit" value="Save settings"></p>
34         </form>
35         <br>
36         <br>
37       </div>
38       </div>
39       </div>