]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/Mailer/UIxMailEditor.wox
made Internet request detection configurable,
[scalable-opengroupware.org] / SOGo / UI / Mailer / UIxMailEditor.wox
1 <?xml version='1.0' standalone='yes'?>
2 <var:component
3   xmlns="http://www.w3.org/1999/xhtml"
4   xmlns:var="http://www.skyrix.com/od/binding"
5   xmlns:const="http://www.skyrix.com/od/constant"
6   xmlns:uix="OGo:uix"
7   xmlns:rsrc="OGo:url"
8   xmlns:label="OGo:label"
9   className="UIxMailMainFrame"
10   title="panelTitle"
11   const:hideFolderTree="1"
12 >
13  <div id="compose_panel">
14
15 <!-- we don't support multiple accounts ...
16   <div id="compose_fromline">
17     From:
18     [always a popup on Thunderbird]
19     <select name="totype_00" style="width: 90%;">
20       <option value="to" selected="selected">xxx@yyy.com</option>
21     </select>
22   </div>
23 -->
24   
25   <var:if condition="showInternetMarker">
26     <div id="compose_internetmarker">
27       <var:string
28           label:value="This mail is being sent from an unsecure network!" />
29     </div>
30   </var:if>
31   
32   <div id="compose_toselection">
33     <var:component className="UIxMailToSelection"
34                    to="to"
35                    cc="cc"
36                    bcc="bcc"
37     />
38   </div>
39
40   <div id="compose_subject">
41     <table border="0" width="100%">
42       <tr>
43         <td class="compose_label" width="15%">
44           <var:string label:value="Subject" />:
45         </td>
46         <td width="85%"><input name="subject" 
47                                id="compose_subject_input" type="text" 
48                                var:value="subject" /></td>
49       </tr>
50     </table>
51   </div>
52
53   <!-- separator line -->
54   <div id="compose_text">
55     <textarea name="content" var:value="text" />
56   </div>
57
58   <!-- img rsrc:src="tbird_073_compose.png" alt="screenshot" / -->
59  </div>
60 </var:component>