Mercurial > hg > rc2
comparison skins/classic/templates/compose.html @ 8:bf99236cc5cd
try to recover from upgrade fail
author | Charlie Root |
---|---|
date | Sat, 29 Dec 2018 07:07:34 -0500 |
parents | 4681f974d28b |
children |
comparison
equal
deleted
inserted
replaced
7:65fd7d441cf1 | 8:bf99236cc5cd |
---|---|
37 <roundcube:button command="spellcheck" type="link" class="buttonPas spellcheck" classAct="button spellcheck" classSel="button spellcheckSel" title="checkspelling" content=" " /> | 37 <roundcube:button command="spellcheck" type="link" class="buttonPas spellcheck" classAct="button spellcheck" classSel="button spellcheckSel" title="checkspelling" content=" " /> |
38 <span id="spellmenulink" onclick="rcmail_ui.show_popup('spellmenu');return false"></span> | 38 <span id="spellmenulink" onclick="rcmail_ui.show_popup('spellmenu');return false"></span> |
39 </span> | 39 </span> |
40 <roundcube:endif /> | 40 <roundcube:endif /> |
41 <a href="#responses" class="button responses" label="responses" title="<roundcube:label name='insertresponse' />" id="responsesmenulink" unselectable="on" onmousedown="return false" onclick="rcmail_ui.show_popup('responsesmenu');return false"> </a> | 41 <a href="#responses" class="button responses" label="responses" title="<roundcube:label name='insertresponse' />" id="responsesmenulink" unselectable="on" onmousedown="return false" onclick="rcmail_ui.show_popup('responsesmenu');return false"> </a> |
42 <roundcube:button command="compose-encrypted" type="link" class="buttonPas encrypt disabled" classAct="button encrypt" classSel="button encrypt" title="encryptmessagemailvelope" content=" " style="display:none" /> | |
42 <roundcube:container name="toolbar" id="compose-toolbar" /> | 43 <roundcube:container name="toolbar" id="compose-toolbar" /> |
43 <roundcube:button name="messageoptions" id="composemenulink" type="link" class="button messagemenu" title="messageoptions" onclick="rcmail_ui.show_popup('composemenu', true);return false" content=" " /> | 44 <roundcube:button name="messageoptions" id="composemenulink" type="link" class="button messagemenu" title="messageoptions" onclick="rcmail_ui.show_popup('composemenu', true);return false" content=" " /> |
44 </div> | 45 </div> |
45 | 46 |
46 <roundcube:form name="form" method="post"> | 47 <roundcube:form name="form" method="post"> |
47 | 48 |
48 <div id="mainscreen"> | 49 <div id="mainscreen"> |
49 | 50 |
50 <div id="compose-contacts"> | 51 <div id="compose-contacts"> |
51 <div class="boxtitle"><roundcube:label name="contacts" /></div> | 52 <div class="boxtitle"> |
52 <div class="boxlistcontent"> | 53 <roundcube:label name="contacts" /> |
53 <div class="searchbox"> | |
54 <img id="searchmenulink" src="/images/icons/glass.png" width="16" height="16" /> | |
55 <roundcube:object name="searchform" id="quicksearchbox" form="true" tabindex="13" /> | |
56 <roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" width="13" height="13" /> | |
57 </div> | |
58 <roundcube:object name="addressbooks" id="directorylist" /> | |
59 <roundcube:object name="addresslist" id="contacts-table" class="records-table" cellspacing="0" noheader="true" /> | |
60 </div> | |
61 <div class="boxfooter"> | |
62 <div id="abookactions" class="pagenav"> | |
63 <roundcube:button command="add-recipient" prop="to" type="link" title="to" class="button disabled" classAct="button" content="To &raquo;" /> | |
64 <roundcube:button command="add-recipient" prop="cc" type="link" title="cc" class="button disabled" classAct="button" content="Cc &raquo;" /> | |
65 <roundcube:button command="add-recipient" prop="bcc" type="link" title="bcc" class="button disabled" classAct="button" content="Bcc &raquo;" /> | |
66 </div> | |
67 <div id="abookcountbar" class="pagenav"> | 54 <div id="abookcountbar" class="pagenav"> |
68 <roundcube:button command="firstpage" type="link" class="buttonPas firstpage" classAct="button firstpage" classSel="button firstpageSel" title="firstpage" content=" " /> | 55 <roundcube:button command="firstpage" type="link" class="buttonPas firstpage" classAct="button firstpage" classSel="button firstpageSel" title="firstpage" content=" " /> |
69 <roundcube:button command="previouspage" type="link" class="buttonPas prevpage" classAct="button prevpage" classSel="button prevpageSel" title="previouspage" content=" " /> | 56 <roundcube:button command="previouspage" type="link" class="buttonPas prevpage" classAct="button prevpage" classSel="button prevpageSel" title="previouspage" content=" " /> |
70 <span style="float:left"> </span> | 57 <span style="float:left"> </span> |
71 <roundcube:button command="nextpage" type="link" class="buttonPas nextpage" classAct="button nextpage" classSel="button nextpageSel" title="nextpage" content=" " /> | 58 <roundcube:button command="nextpage" type="link" class="buttonPas nextpage" classAct="button nextpage" classSel="button nextpageSel" title="nextpage" content=" " /> |
72 <roundcube:button command="lastpage" type="link" class="buttonPas lastpage" classAct="button lastpage" classSel="button lastpageSel" title="lastpage" content=" " /> | 59 <roundcube:button command="lastpage" type="link" class="buttonPas lastpage" classAct="button lastpage" classSel="button lastpageSel" title="lastpage" content=" " /> |
60 </div> | |
61 </div> | |
62 <div class="boxlistcontent"> | |
63 <div class="searchbox"> | |
64 <img id="searchmenulink" src="/images/icons/glass.png" width="16" height="16" /> | |
65 <roundcube:object name="searchform" id="quicksearchbox" form="true" tabindex="13" /> | |
66 <roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" width="13" height="13" /> | |
67 </div> | |
68 <roundcube:object name="addressbooks" id="directorylist" /> | |
69 <roundcube:object name="addresslist" id="contacts-table" class="records-table" cellspacing="0" noheader="true" /> | |
70 </div> | |
71 <div class="boxfooter"> | |
72 <div id="abookactions"> | |
73 <roundcube:button command="add-recipient" prop="to" type="link" title="to" class="button disabled" classAct="button" content="To &raquo;" /> | |
74 <roundcube:button command="add-recipient" prop="cc" type="link" title="cc" class="button disabled" classAct="button" content="Cc &raquo;" /> | |
75 <roundcube:button command="add-recipient" prop="bcc" type="link" title="bcc" class="button disabled" classAct="button" content="Bcc &raquo;" /> | |
76 <roundcube:container name="compose-contacts-toolbar" id="compose-contacts-toolbar" /> | |
73 </div> | 77 </div> |
74 </div> | 78 </div> |
75 </div> | 79 </div> |
76 | 80 |
77 <script type="text/javascript"> | 81 <script type="text/javascript"> |
133 </tr> | 137 </tr> |
134 </table> | 138 </table> |
135 </div> | 139 </div> |
136 <div id="compose-div"> | 140 <div id="compose-div"> |
137 <div id="compose-body-div"> | 141 <div id="compose-body-div"> |
138 <div class="boxlistcontent" style="overflow: hidden; top: 0"> | 142 <div id="compose-body-parent" class="boxlistcontent" style="overflow: hidden; top: 0"> |
139 <roundcube:object name="composeBody" id="compose-body" form="form" cols="70" rows="20" tabindex="9" /> | 143 <roundcube:object name="composeBody" id="compose-body" form="form" cols="70" rows="20" tabindex="9" /> |
140 </div> | 144 </div> |
141 <div class="boxfooter"> | 145 <div class="boxfooter"> |
142 <div id="compose-buttons"> | 146 <div id="compose-buttons"> |
143 <roundcube:button type="input" command="send" class="button mainaction" label="sendmessage" tabindex="10" /> | 147 <roundcube:button type="input" command="send" class="button mainaction" label="sendmessage" tabindex="10" /> |
158 rcmail.add_onload('composesplitv2.init()'); | 162 rcmail.add_onload('composesplitv2.init()'); |
159 </script> | 163 </script> |
160 <div id="compose-attachments"> | 164 <div id="compose-attachments"> |
161 <div class="boxtitle"><roundcube:label name="attachments" /></div> | 165 <div class="boxtitle"><roundcube:label name="attachments" /></div> |
162 <div class="boxlistcontent"> | 166 <div class="boxlistcontent"> |
163 <roundcube:object name="composeAttachmentList" id="attachmentslist" loadingIcon="/images/display/loading_blue.gif" /> | 167 <roundcube:object name="composeAttachmentList" id="attachmentslist" loadingIcon="/images/display/loading_blue.gif" icon_pos="left" /> |
164 </div> | 168 </div> |
165 <div class="boxfooter"> | 169 <div class="boxfooter"> |
166 <roundcube:button name="uploadmenulink" id="uploadmenulink" type="link" title="addattachment" class="button addgroup" onclick="rcmail_ui.show_popup('uploadmenu', true);return false" content=" " /> | 170 <roundcube:button name="uploadmenulink" id="uploadmenulink" type="link" title="addattachment" class="button addgroup" onclick="rcmail_ui.show_popup('uploadmenu', true);return false" content=" " /> |
167 </div> | 171 </div> |
168 </div> | 172 </div> |
178 <tr> | 182 <tr> |
179 <td><label for="rcmcomposereceipt"><roundcube:label name="returnreceipt" />:</label></td> | 183 <td><label for="rcmcomposereceipt"><roundcube:label name="returnreceipt" />:</label></td> |
180 <td><roundcube:object name="mdnCheckBox" form="form" id="rcmcomposereceipt" /></td> | 184 <td><roundcube:object name="mdnCheckBox" form="form" id="rcmcomposereceipt" /></td> |
181 </tr> | 185 </tr> |
182 <roundcube:endif /> | 186 <roundcube:endif /> |
183 <roundcube:if condition="config:smtp_server != '' and !in_array('dsn_default', (array)config:dont_override)" /> | 187 <roundcube:if condition="!in_array('dsn_default', (array)config:dont_override)" /> |
184 <tr> | 188 <tr> |
185 <td><label for="rcmcomposedsn"><roundcube:label name="dsn" />:</label></td> | 189 <td><label for="rcmcomposedsn"><roundcube:label name="dsn" />:</label></td> |
186 <td><roundcube:object name="dsnCheckBox" form="form" id="rcmcomposedsn" /></td> | 190 <td><roundcube:object name="dsnCheckBox" form="form" id="rcmcomposedsn" /></td> |
187 </tr> | 191 </tr> |
188 <roundcube:endif /> | 192 <roundcube:endif /> |
213 | 217 |
214 </form> | 218 </form> |
215 | 219 |
216 <roundcube:object name="composeAttachmentForm" id="attachment-form" attachmentFieldSize="40" class="popupmenu" /> | 220 <roundcube:object name="composeAttachmentForm" id="attachment-form" attachmentFieldSize="40" class="popupmenu" /> |
217 | 221 |
222 <div id="attachmentmenu" class="popupmenu"> | |
223 <ul class="toolbarmenu"> | |
224 <li><roundcube:button command="open-attachment" id="attachmenuopen" type="link" label="open" class="openlink" classAct="openlink active" innerclass="openlink" /></li> | |
225 <li><roundcube:button command="download-attachment" id="attachmenudownload" type="link" label="download" class="downloadlink" classAct="downloadlink active" innerclass="downloadlink" /></li> | |
226 <li><roundcube:button command="rename-attachment" id="attachmenurename" type="link" label="rename" class="renamelink" classAct="renamelink active" innerclass="renamelink" /></li> | |
227 <roundcube:container name="attachmentmenu" id="attachmentmenu" /> | |
228 </ul> | |
229 </div> | |
230 | |
218 <script type="text/javascript"> | 231 <script type="text/javascript"> |
219 rcube_init_mail_ui(); | 232 rcube_init_mail_ui(); |
220 </script> | 233 </script> |
221 | 234 |
222 </body> | 235 </body> |