| | |
| | | <roundcube:if condition="config:enable_spellcheck" /> |
| | | <span class="dropbutton"> |
| | | <roundcube:button command="spellcheck" type="link" class="button spellcheck disabled" classAct="button spellcheck" classSel="button spellcheck pressed" label="spellcheck" title="checkspelling" tabindex="2" /> |
| | | <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> |
| | | <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> |
| | | </span> |
| | | <roundcube:endif /> |
| | | <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" /> |
| | | <roundcube:button command="insert-sig" type="link" class="button insertsig disabled" classAct="button insertsig" label="signature" title="insertsignature" tabindex="2" /> |
| | | <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> |
| | | <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> |
| | | <roundcube:container name="toolbar" id="compose-toolbar" /> |
| | | </div> |
| | | |
| | |
| | | <!-- inline address book --> |
| | | <div id="compose-contacts" class="uibox listbox" role="region" aria-labelledby="aria-label-composecontacts"> |
| | | <h2 id="aria-label-composecontacts" class="boxtitle"><roundcube:label name="contacts" /></h2> |
| | | <div id="composequicksearch" role="search" aria-labelledby="aria-label-composequicksearch"> |
| | | <div class="listsearchbox" role="search" aria-labelledby="aria-label-composequicksearch"> |
| | | <h3 id="aria-label-composequicksearch" class="voice"><roundcube:label name="arialabelcontactquicksearch" /></h3> |
| | | <div class="searchbox"> |
| | | <label for="contactsearchbox" class="voice"><roundcube:label name="arialabelcontactsearchbox" /></label> |
| | | <roundcube:object name="searchform" id="contactsearchbox" /> |
| | | <a id="searchmenulink" class="iconbutton searchoptions"> </a> |
| | | <roundcube:button command="reset-search" id="searchreset" class="iconbutton reset" title="resetsearch" content=" " /> |
| | | <a id="searchmenulink" class="iconbutton searchicon"> </a> |
| | | <roundcube:button command="reset-search" class="iconbutton reset" title="resetsearch" content=" " /> |
| | | </div> |
| | | </div> |
| | | <roundcube:object name="addressbooks" id="directorylist" class="treelist listing" summary="ariasummarycomposecontacts" /> |
| | | <div class="scroller withfooter" tabindex="-1"> |
| | | <roundcube:object name="addresslist" id="contacts-table" class="listing iconized" noheader="true" /> |
| | | <roundcube:object name="addresslist" id="contacts-table" class="listing iconized" noheader="true" role="listbox" /> |
| | | </div> |
| | | <div class="boxfooter"> |
| | | <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+" /> |
| | |
| | | <div style="text-align:center; margin-bottom:20px"> |
| | | <roundcube:button name="addattachment" type="input" class="button" classSel="button pressed" label="addattachment" onclick="UI.show_uploadform(event);return false" tabindex="1" /> |
| | | </div> |
| | | <roundcube:object name="composeAttachmentList" id="attachment-list" class="attachmentslist" /> |
| | | <roundcube:object name="composeAttachmentList" id="attachment-list" class="attachmentslist" tabindex="1" /> |
| | | <roundcube:object name="fileDropArea" id="compose-attachments" /> |
| | | </div> |
| | | <!-- |
| | |
| | | <li role="separator" class="separator" id=""><label><roundcube:label name="insertresponse" /></label></li> |
| | | <roundcube:object name="responseslist" id="responseslist" tagname="ul" itemclass="active" /> |
| | | <li role="separator" class="separator"><label><roundcube:label name="manageresponses" /></label></li> |
| | | <li role="menuitem"><roundcube:button command="save-response" type="link" label="savenewresponse" classAct="active" unselectable="on" /></li> |
| | | <li role="menuitem"><roundcube:button command="save-response" type="link" label="newresponse" classAct="active" unselectable="on" /></li> |
| | | <li role="menuitem"><roundcube:button command="responses" type="link" label="editresponses" classAct="active" /></li> |
| | | </ul> |
| | | </div> |