Mercurial > hg > rc2
comparison skins/larry/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 |
|---|---|
| 28 <span class="dropbutton"> | 28 <span class="dropbutton"> |
| 29 <roundcube:button command="spellcheck" type="link" class="button spellcheck disabled" classAct="button spellcheck" classSel="button spellcheck pressed" label="spellcheck" title="checkspelling" tabindex="2" /> | 29 <roundcube:button command="spellcheck" type="link" class="button spellcheck disabled" classAct="button spellcheck" classSel="button spellcheck pressed" label="spellcheck" title="checkspelling" tabindex="2" /> |
| 30 <a href="#languages" class="dropbuttontip" id="spellmenulink" onclick="UI.toggle_popup('spellmenu',event);return false" aria-haspopup="true" aria-expanded="false" tabindex="2">Select Spell Language</a> | 30 <a href="#languages" class="dropbuttontip" id="spellmenulink" onclick="UI.toggle_popup('spellmenu',event);return false" aria-haspopup="true" aria-expanded="false" tabindex="2">Select Spell Language</a> |
| 31 </span> | 31 </span> |
| 32 <roundcube:endif /> | 32 <roundcube:endif /> |
| 33 <roundcube:button name="addattachment" type="link" class="button attach" label="attach" title="addattachment" onclick="UI.show_uploadform(event);return false" aria-haspopup="true" aria-expanded="false"tabindex="2" /> | 33 <roundcube:button name="addattachment" type="link" class="button attach" label="attach" title="addattachment" onclick="rcmail.upload_input('uploadform')" aria-haspopup="true" aria-expanded="false" tabindex="2" /> |
| 34 <roundcube:button command="insert-sig" type="link" class="button insertsig disabled" classAct="button insertsig" label="signature" title="insertsignature" tabindex="2" /> | 34 <roundcube:button command="insert-sig" type="link" class="button insertsig disabled" classAct="button insertsig" label="signature" title="insertsignature" tabindex="2" /> |
| 35 <a href="#responses" class="button responses" label="responses" title="<roundcube:label name='insertresponse' />" id="responsesmenulink" unselectable="on" onmousedown="return false" onclick="UI.toggle_popup('responsesmenu',event);return false" tabindex="2" aria-haspopup="true" aria-expanded="false" aria-owns="textresponsesmenu"><roundcube:label name="responses" /></a> | 35 <a href="#responses" class="button responses" label="responses" title="<roundcube:label name='insertresponse' />" id="responsesmenulink" unselectable="on" onmousedown="return false" onclick="UI.toggle_popup('responsesmenu',event);return false" tabindex="2" aria-haspopup="true" aria-expanded="false" aria-owns="textresponsesmenu"><roundcube:label name="responses" /></a> |
| 36 <roundcube:button command="compose-encrypted" type="link" class="button encrypt disabled" classAct="button encrypt" classSel="button encrypt selected" label="encrypt" title="encryptmessagemailvelope" tabindex="2" style="display:none" /> | |
| 36 <roundcube:container name="toolbar" id="compose-toolbar" /> | 37 <roundcube:container name="toolbar" id="compose-toolbar" /> |
| 37 </div> | 38 </div> |
| 38 | 39 |
| 39 <div id="mainscreencontent"> | 40 <div id="mainscreencontent"> |
| 40 | 41 |
| 55 <roundcube:object name="addressbooks" id="directorylist" class="treelist listing" summary="ariasummarycomposecontacts" /> | 56 <roundcube:object name="addressbooks" id="directorylist" class="treelist listing" summary="ariasummarycomposecontacts" /> |
| 56 <div class="scroller withfooter" tabindex="-1"> | 57 <div class="scroller withfooter" tabindex="-1"> |
| 57 <roundcube:object name="addresslist" id="contacts-table" class="listing iconized" noheader="true" role="listbox" /> | 58 <roundcube:object name="addresslist" id="contacts-table" class="listing iconized" noheader="true" role="listbox" /> |
| 58 </div> | 59 </div> |
| 59 <div class="boxfooter"> | 60 <div class="boxfooter"> |
| 60 <roundcube:button command="add-recipient" prop="to" type="link" title="to" class="listbutton addto disabled" classAct="listbutton addto" innerClass="inner" content="To+" /><roundcube:button command="add-recipient" prop="cc" type="link" title="cc" class="listbutton addcc disabled" classAct="listbutton addcc" innerClass="inner" content="Cc+" /><roundcube:button command="add-recipient" prop="bcc" type="link" title="bcc" class="listbutton addbcc disabled" classAct="listbutton addbcc" innerClass="inner" content="Bcc+" /> | 61 <roundcube:button command="add-recipient" prop="to" type="link" title="to" class="listbutton addto disabled" classAct="listbutton addto" innerClass="inner" content="To+" /><roundcube:button command="add-recipient" prop="cc" type="link" title="cc" class="listbutton addcc disabled" classAct="listbutton addcc" innerClass="inner" content="Cc+" /><roundcube:button command="add-recipient" prop="bcc" type="link" title="bcc" class="listbutton addbcc disabled" classAct="listbutton addbcc" innerClass="inner" content="Bcc+" /><roundcube:container name="compose-contacts-toolbar" id="compose-contacts-toolbar" /> |
| 61 </div> | 62 </div> |
| 62 <div class="boxpagenav"> | 63 <div class="boxpagenav"> |
| 63 <roundcube:button command="firstpage" type="link" class="icon firstpage disabled" classAct="icon firstpage" title="firstpage" label="first" /> | 64 <roundcube:button command="firstpage" type="link" class="icon firstpage disabled" classAct="icon firstpage" title="firstpage" label="first" /> |
| 64 <roundcube:button command="previouspage" type="link" class="icon prevpage disabled" classAct="icon prevpage" title="previouspage" label="previous" /> | 65 <roundcube:button command="previouspage" type="link" class="icon prevpage disabled" classAct="icon prevpage" title="previouspage" label="previous" /> |
| 65 <roundcube:button command="nextpage" type="link" class="icon nextpage disabled" classAct="icon nextpage" title="nextpage" label="next" /> | 66 <roundcube:button command="nextpage" type="link" class="icon nextpage disabled" classAct="icon nextpage" title="nextpage" label="next" /> |
| 131 | 132 |
| 132 <div id="composebuttons" class="formbuttons"> | 133 <div id="composebuttons" class="formbuttons"> |
| 133 <roundcube:button command="extwin" type="link" class="button extwin" classSel="button extwin pressed" innerClass="icon" title="openinextwin" label="openinextwin" condition="!env:extwin" /> | 134 <roundcube:button command="extwin" type="link" class="button extwin" classSel="button extwin pressed" innerClass="icon" title="openinextwin" label="openinextwin" condition="!env:extwin" /> |
| 134 </div> | 135 </div> |
| 135 | 136 |
| 136 <!-- (collapsable) message options --> | 137 <!-- (collapsible) message options --> |
| 137 <div id="composeoptions" role="region" aria-labelledby="aria-label-composeoptions"> | 138 <div id="composeoptions" role="region" aria-labelledby="aria-label-composeoptions"> |
| 138 <h2 id="aria-label-composeoptions" class="voice"><roundcube:label name="arialabelcomposeoptions" /></h2> | 139 <h2 id="aria-label-composeoptions" class="voice"><roundcube:label name="arialabelcomposeoptions" /></h2> |
| 139 <roundcube:if condition="!in_array('htmleditor', (array)config:dont_override)" /> | 140 <roundcube:if condition="!in_array('htmleditor', (array)config:dont_override)" /> |
| 140 <span class="composeoption"> | 141 <span class="composeoption"> |
| 141 <label><roundcube:label name="editortype" /> | 142 <label><roundcube:label name="editortype" /> |
| 149 <roundcube:if condition="!in_array('mdn_default', (array)config:dont_override)" /> | 150 <roundcube:if condition="!in_array('mdn_default', (array)config:dont_override)" /> |
| 150 <span class="composeoption"> | 151 <span class="composeoption"> |
| 151 <label><roundcube:object name="mdnCheckBox" form="form" id="rcmcomposereceipt" tabindex="4" /> <roundcube:label name="returnreceipt" /></label> | 152 <label><roundcube:object name="mdnCheckBox" form="form" id="rcmcomposereceipt" tabindex="4" /> <roundcube:label name="returnreceipt" /></label> |
| 152 </span> | 153 </span> |
| 153 <roundcube:endif /> | 154 <roundcube:endif /> |
| 154 <roundcube:if condition="config:smtp_server != '' and !in_array('dsn_default', (array)config:dont_override)" /> | 155 <roundcube:if condition="!in_array('dsn_default', (array)config:dont_override)" /> |
| 155 <span class="composeoption"> | 156 <span class="composeoption"> |
| 156 <label><roundcube:object name="dsnCheckBox" form="form" id="rcmcomposedsn" tabindex="4" /> <roundcube:label name="dsn" /></label> | 157 <label><roundcube:object name="dsnCheckBox" form="form" id="rcmcomposedsn" tabindex="4" /> <roundcube:label name="dsn" /></label> |
| 157 </span> | 158 </span> |
| 158 <roundcube:endif /> | 159 <roundcube:endif /> |
| 159 <roundcube:if condition="!config:no_save_sent_messages" /> | 160 <roundcube:if condition="!config:no_save_sent_messages" /> |
| 172 <label for="composebody" class="voice"><roundcube:label name="arialabelmessagebody" /></label> | 173 <label for="composebody" class="voice"><roundcube:label name="arialabelmessagebody" /></label> |
| 173 <roundcube:object name="composeBody" id="composebody" form="form" cols="70" rows="20" tabindex="1" /> | 174 <roundcube:object name="composeBody" id="composebody" form="form" cols="70" rows="20" tabindex="1" /> |
| 174 </div> | 175 </div> |
| 175 <div id="compose-attachments" class="rightcol" role="region" aria-labelledby="aria-label-composeattachments"> | 176 <div id="compose-attachments" class="rightcol" role="region" aria-labelledby="aria-label-composeattachments"> |
| 176 <h2 id="aria-label-composeattachments" class="voice"><roundcube:label name="attachments" /></h2> | 177 <h2 id="aria-label-composeattachments" class="voice"><roundcube:label name="attachments" /></h2> |
| 177 <div style="text-align:center; margin-bottom:20px"> | 178 <div style="text-align:center; margin-bottom:10px"> |
| 178 <roundcube:button name="addattachment" type="input" class="button" classSel="button pressed" label="addattachment" onclick="UI.show_uploadform(event);return false" tabindex="1" /> | 179 <roundcube:object name="composeAttachmentForm" mode="hint" /> |
| 180 <a class="button" tabindex="1" href="#" onclick="rcmail.upload_input('uploadform')"><roundcube:label name="addattachment" /></a> | |
| 179 </div> | 181 </div> |
| 180 <roundcube:object name="composeAttachmentList" id="attachment-list" class="attachmentslist" tabindex="1" /> | 182 <roundcube:object name="composeAttachmentList" id="attachment-list" class="attachmentslist" tabindex="1" /> |
| 181 <roundcube:object name="fileDropArea" id="compose-attachments" /> | 183 <roundcube:object name="fileDropArea" id="compose-attachments" /> |
| 182 </div> | 184 </div> |
| 183 <!-- | 185 <!-- |
| 195 | 197 |
| 196 </div><!-- end mainscreencontent --> | 198 </div><!-- end mainscreencontent --> |
| 197 | 199 |
| 198 </div><!-- end mainscreen --> | 200 </div><!-- end mainscreen --> |
| 199 | 201 |
| 200 <div id="upload-dialog" class="propform popupdialog" title="<roundcube:label name='addattachment' />" aria-hidden="true"> | 202 <roundcube:object name="composeAttachmentForm" id="uploadform" mode="smart" /> |
| 201 <h2 id="aria-label-uploaddialog" class="voice"><roundcube:label name="arialabelattachmentuploadform" /></h2> | |
| 202 <roundcube:object name="composeAttachmentForm" id="uploadform" buttons="no" /> | |
| 203 <div class="formbuttons"> | |
| 204 <roundcube:button command="send-attachment" type="input" class="button mainaction" label="upload" /> | |
| 205 <roundcube:button name="close" type="input" class="button" label="cancel" onclick="UI.show_uploadform()" /> | |
| 206 </div> | |
| 207 </div> | |
| 208 | 203 |
| 209 <div id="spellmenu" class="popupmenu" aria-hidden="true"></div> | 204 <div id="spellmenu" class="popupmenu" aria-hidden="true"></div> |
| 210 | 205 |
| 211 <div id="responsesmenu" class="popupmenu" aria-hidden="true"> | 206 <div id="responsesmenu" class="popupmenu" aria-hidden="true"> |
| 212 <h3 id="aria-label-responsesmenu" class="voice"><roundcube:label name="arialabelresponsesmenu" /></h3> | 207 <h3 id="aria-label-responsesmenu" class="voice"><roundcube:label name="arialabelresponsesmenu" /></h3> |
| 217 <roundcube:button command="save-response" type="link-menuitem" label="newresponse" classAct="active" unselectable="on" /> | 212 <roundcube:button command="save-response" type="link-menuitem" label="newresponse" classAct="active" unselectable="on" /> |
| 218 <roundcube:button command="responses" type="link-menuitem" label="editresponses" classAct="active" /> | 213 <roundcube:button command="responses" type="link-menuitem" label="editresponses" classAct="active" /> |
| 219 </ul> | 214 </ul> |
| 220 </div> | 215 </div> |
| 221 | 216 |
| 217 <div id="attachmentmenu" class="popupmenu" aria-hidden="true"> | |
| 218 <ul class="toolbarmenu" id="attachmentoptionsmenu" role="menu"> | |
| 219 <roundcube:button command="open-attachment" id="attachmenuopen" type="link-menuitem" label="open" class="icon" classAct="icon active" innerclass="icon extwin" /> | |
| 220 <roundcube:button command="download-attachment" id="attachmenudownload" type="link-menuitem" label="download" class="icon" classAct="icon active" innerclass="icon download" /> | |
| 221 <roundcube:button command="rename-attachment" id="attachmenurename" type="link-menuitem" label="rename" class="icon" classAct="icon active" innerclass="icon rename" /> | |
| 222 <roundcube:container name="attachmentmenu" id="attachmentoptionsmenu" /> | |
| 223 </ul> | |
| 224 </div> | |
| 225 | |
| 222 <roundcube:include file="/includes/footer.html" /> | 226 <roundcube:include file="/includes/footer.html" /> |
| 223 | 227 |
| 224 </body> | 228 </body> |
| 225 </html> | 229 </html> |
