diff options
author | thomascube <thomas@roundcube.net> | 2008-10-26 20:39:54 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-10-26 20:39:54 +0000 |
commit | 3af5bb78406a746e1901a541f04ac8400e8cc079 (patch) | |
tree | 8841f58d4ee68fb8ca81e89eec1eb0fd1b68b22d /skins/default/templates/mail.html | |
parent | 95d90f86d9c5482b531092776181943c9bf57642 (diff) |
Add some horizontal space to separate the different control links and quota display
Diffstat (limited to 'skins/default/templates/mail.html')
-rw-r--r-- | skins/default/templates/mail.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html index 10c17f0ae..43ff43bb3 100644 --- a/skins/default/templates/mail.html +++ b/skins/default/templates/mail.html @@ -89,10 +89,12 @@ <roundcube:button command="select-all" label="all" classAct="active" /> <roundcube:button command="select-all" prop="unread" label="unread" classAct="active" /> <roundcube:button command="select-none" label="none" classAct="active" /> +</span> <roundcube:if condition="env:quota" /> +<span id="quotabox"> <roundcube:label name="quota" />: <roundcube:object name="quotaDisplay" display="image" width="100" id="quotadisplay" /> -<roundcube:endif /> </span> +<roundcube:endif /> </td> <td width="1%"> <span id="countcontrols"> |