diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-07-31 21:08:17 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-07-31 21:08:17 +0000 |
| commit | 5da04b520be4f10e4330f59a570c24efde1d071d (patch) | |
| tree | ede90891432ab1e8d9285485bc3ac756cd66022b /roundcubemail/skins/default | |
| parent | 81c8e1e1d43a68b0a27b315fe4d1d054c4cb4e75 (diff) | |
Save outgoing mail to selectable folder (#1324581)
git-svn-id: https://svn.roundcube.net/trunk@1621 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default')
| -rw-r--r-- | roundcubemail/skins/default/templates/compose.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/roundcubemail/skins/default/templates/compose.html b/roundcubemail/skins/default/templates/compose.html index a666bed90..ac71d9b30 100644 --- a/roundcubemail/skins/default/templates/compose.html +++ b/roundcubemail/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> |
