diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-05-17 17:03:05 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-05-17 17:03:05 +0000 |
| commit | 1f82a4f949eafa694a88c28c71d66ef0da86810a (patch) | |
| tree | 383d38fb2047b49b8540b691c62be803cf18c1fa /roundcubemail/skins/default/templates/compose.html | |
| parent | 8aff9536db7f4fdd3b4871e534d15e035067796a (diff) | |
Hide address groups if no LDAP servers configured + some skin cleanup
git-svn-id: https://svn.roundcube.net/trunk@565 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/templates/compose.html')
| -rw-r--r-- | roundcubemail/skins/default/templates/compose.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/templates/compose.html b/roundcubemail/skins/default/templates/compose.html index 63d5b2c2b..8fbb2985e 100644 --- a/roundcubemail/skins/default/templates/compose.html +++ b/roundcubemail/skins/default/templates/compose.html @@ -94,7 +94,7 @@ function rcmail_toggle_display(id) </tr><tr> -<td style="width:100%; height:98%; vertical-align:top;"> +<td style="width:100%; height:90%; vertical-align:top;"> <roundcube:object name="composeBody" id="compose-body" form="form" cols="80" rows="20" wrap="virtual" tabindex="7" /> <table border="0" cellspacing="0" width="100%" summary=""><tbody> |
