| | |
| | | <roundcube:button command="list" type="link" class="button back" classAct="button back" classSel="button backSel" title="backtolist" content=" " /> |
| | | <roundcube:endif /> |
| | | <roundcube:button command="send" type="link" class="buttonPas send" classAct="button send" classSel="button sendSel" title="sendmessage" content=" " /> |
| | | <roundcube:button name="addattachment" type="link" class="button attach" classAct="button attach" classSel="button attachSel" title="addattachment" onclick="rcmail_ui.show_popup('uploadmenu', true);return false" content=" " /> |
| | | <roundcube:button command="insert-sig" type="link" class="buttonPas insertsig" classAct="button insertsig" classSel="button insertsigSel" title="insertsignature" content=" " /> |
| | | <roundcube:button command="savedraft" type="link" class="buttonPas savedraft" classAct="button savedraft" classSel="button savedraftSel" title="savemessage" content=" " /> |
| | | <roundcube:if condition="config:enable_spellcheck" /> |
| | | <span class="dropbutton"> |
| | | <roundcube:button command="spellcheck" type="link" class="buttonPas spellcheck" classAct="button spellcheck" classSel="button spellcheckSel" title="checkspelling" content=" " /> |
| | | <span id="spellmenulink" onclick="rcmail_ui.show_popup('spellmenu');return false"></span> |
| | | </span> |
| | | <roundcube:endif /> |
| | | <roundcube:button name="addattachment" type="link" class="button attach" classAct="button attach" classSel="button attachSel" title="addattachment" onclick="rcmail_ui.show_popup('uploadmenu', true);return false" content=" " /> |
| | | <roundcube:button command="insert-sig" type="link" class="buttonPas insertsig" classAct="button insertsig" classSel="button insertsigSel" title="insertsignature" content=" " /> |
| | | <roundcube:button command="savedraft" type="link" class="buttonPas savedraft" classAct="button savedraft" classSel="button savedraftSel" title="savemessage" content=" " /> |
| | | <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> |
| | | <roundcube:container name="toolbar" id="compose-toolbar" /> |
| | | <roundcube:button name="messageoptions" id="composemenulink" type="link" class="button messagemenu" title="messageoptions" onclick="rcmail_ui.show_popup('composemenu', true);return false" content=" " /> |
| | | </div> |
| | |
| | | <tr> |
| | | <td><label for="rcmcomposereceipt"><roundcube:label name="returnreceipt" />:</label></td> |
| | | <td><roundcube:object name="receiptCheckBox" form="form" id="rcmcomposereceipt" /></td> |
| | | </tr><tr> |
| | | </tr> |
| | | <roundcube:if condition="config:smtp_server != ''" /> |
| | | <tr> |
| | | <td><label for="rcmcomposedsn"><roundcube:label name="dsn" />:</label></td> |
| | | <td><roundcube:object name="dsnCheckBox" form="form" id="rcmcomposedsn" /></td> |
| | | </tr><tr> |
| | | </tr> |
| | | <roundcube:endif /> |
| | | <tr> |
| | | <td><label for="rcmcomposepriority"><roundcube:label name="priority" />:</label></td> |
| | | <td><roundcube:object name="prioritySelector" form="form" id="rcmcomposepriority" /></td> |
| | | </tr><roundcube:if condition="!config:no_save_sent_messages" /><tr> |
| | | </tr> |
| | | <roundcube:if condition="!config:no_save_sent_messages" /> |
| | | <tr> |
| | | <td><label><roundcube:label name="savesentmessagein" />:</label></td> |
| | | <td><roundcube:object name="storetarget" maxlength="30" /></td> |
| | | </tr><roundcube:endif /> |
| | | </tr> |
| | | <roundcube:endif /> |
| | | </table> |
| | | </div> |
| | | |
| | | <div id="responsesmenu" class="popupmenu"> |
| | | <ul id="textresponsesmenu"> |
| | | <li><label class="comment"><roundcube:label name="insertresponse" /></label></li> |
| | | <roundcube:object name="responseslist" id="responseslist" tagname="ul" itemclass="active" /> |
| | | <li><label class="comment"><roundcube:label name="manageresponses" /></label></li> |
| | | <li><roundcube:button command="save-response" type="link" label="savenewresponse" classAct="active" unselectable="on" /></li> |
| | | <li><roundcube:button command="responses" type="link" label="editresponses" classAct="active" /></li> |
| | | </ul> |
| | | </div> |
| | | |
| | | <div id="spellmenu" class="popupmenu selectable"></div> |
| | | |
| | | </form> |