diff options
Diffstat (limited to 'skins/classic')
-rw-r--r-- | skins/classic/mail.css | 2 | ||||
-rw-r--r-- | skins/classic/templates/compose.html | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/skins/classic/mail.css b/skins/classic/mail.css index 08d1266f1..7408d49f1 100644 --- a/skins/classic/mail.css +++ b/skins/classic/mail.css @@ -305,7 +305,6 @@ bottom: 0px; border: 1px solid #999999; background-color: #F9F9F9; - overflow: hidden; } #messagecontframe @@ -365,7 +364,6 @@ bottom: 0; border: 1px solid #999; background-color: #F9F9F9; - overflow: hidden; } #mailboxlist diff --git a/skins/classic/templates/compose.html b/skins/classic/templates/compose.html index 985e62e86..e2164659c 100644 --- a/skins/classic/templates/compose.html +++ b/skins/classic/templates/compose.html @@ -151,10 +151,10 @@ </tr><tr> <td><label for="rcmcomposepriority"><roundcube:label name="priority" />:</label></td> <td><roundcube:object name="prioritySelector" form="form" id="rcmcomposepriority" /></td> - </tr><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> + </tr><roundcube:endif /> </table> </div> |