diff options
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"> |