From faf8766fd2a34ad1eaf1545bab659ab459c074ad Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Thu, 31 Jul 2008 17:08:17 -0400
Subject: [PATCH] Save outgoing mail to selectable folder (#1324581)

---
 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 a666bed..ac71d9b 100644
--- a/skins/default/templates/compose.html
+++ b/skins/default/templates/compose.html
@@ -132,11 +132,14 @@
 
 <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" />:&nbsp;
  <span class="radios-left"><roundcube:object name="editorSelector" tabindex="10" /></span>
 </td>

--
Gitblit v1.9.1