| | |
| | | <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" /> |
| | |
| | | <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="responses" type="link" label="editresponses" classAct="active" /></li> |
| | | <roundcube:button command="save-response" type="link-menuitem" label="newresponse" classAct="active" unselectable="on" /> |
| | | <roundcube:button command="responses" type="link-menuitem" label="editresponses" classAct="active" /> |
| | | </ul> |
| | | </div> |
| | | |