| | |
| | | |
| | | <table border="0" cellspacing="0" width="100%" summary=""><tbody> |
| | | <tr> |
| | | <td> |
| | | <roundcube:button type="input" command="send" class="button" label="sendmessage" /> |
| | | <roundcube:button type="input" command="list" class="button" label="cancel" /> |
| | | <td style="white-space:nowrap"> |
| | | <roundcube:button type="input" command="send" class="button" label="sendmessage" tabindex="8" /> |
| | | <roundcube:button type="input" command="list" class="button" label="cancel" tabindex="9" /> |
| | | </td> |
| | | <td align="right"> |
| | | <td style="text-align:center"> |
| | | <label><span style="white-space:nowrap"><roundcube:label name="savesentmessagein" />:</span> <roundcube:object name="storetarget" /></label> |
| | | </td> |
| | | <td style="text-align:right; white-space:nowrap"> |
| | | <roundcube:label name="editortype" />: |
| | | <span class="radios-left"><roundcube:object name="editorSelector" tabindex="9" /></span> |
| | | <span class="radios-left"><roundcube:object name="editorSelector" tabindex="10" /></span> |
| | | </td> |
| | | </tr> |
| | | </tbody></table> |
| | |
| | | <script type="text/javascript"> |
| | | <!-- |
| | | |
| | | var cc_field = document.form._cc; |
| | | var cc_field = document.getElementById('rcmcomposecc'); |
| | | if (cc_field && cc_field.value!='') |
| | | rcmail_show_header_form('compose-cc', document.getElementById('addcclink')); |
| | | var bcc_field = document.form._bcc; |
| | | var bcc_field = document.getElementById('rcmcomposebcc'); |
| | | if (bcc_field && bcc_field.value!='') |
| | | rcmail_show_header_form('compose-bcc', document.getElementById('addbcclink')); |
| | | |