diff options
author | thomascube <thomas@roundcube.net> | 2008-07-31 21:08:17 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-07-31 21:08:17 +0000 |
commit | faf8766fd2a34ad1eaf1545bab659ab459c074ad (patch) | |
tree | 0e71a6139e814749f41331ba87450fe1b5ebfb66 /skins/default | |
parent | 62e54249df84f7d8a1d9af2f6d5a978bbba78bb5 (diff) |
Save outgoing mail to selectable folder (#1324581)
Diffstat (limited to 'skins/default')
-rw-r--r-- | skins/default/templates/compose.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html index a666bed90..ac71d9b30 100644 --- a/skins/default/templates/compose.html +++ b/skins/default/templates/compose.html @@ -132,11 +132,14 @@ function rcmail_prev_sibling(elm) <table border="0" cellspacing="0" width="100%" summary=""><tbody> <tr> -<td> +<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="10" /></span> </td> |