diff options
author | thomascube <thomas@roundcube.net> | 2007-05-17 17:01:22 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2007-05-17 17:01:22 +0000 |
commit | 7198044efba3df34642570d57cc567b51af0d5dd (patch) | |
tree | efa6f68555ba94748a1a50270f5d79fd46144eb9 /skins/default/templates | |
parent | e3caaf59c20fd556364f838ae6082b3e2fba6d56 (diff) |
Fixed conditional template tags; hide quota display if imap server does not support it
Diffstat (limited to 'skins/default/templates')
-rw-r--r-- | skins/default/templates/mail.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html index d7f11bdfd..183a14ff7 100644 --- a/skins/default/templates/mail.html +++ b/skins/default/templates/mail.html @@ -77,7 +77,9 @@ <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" /> +<roundcube:if condition="env:quota" /> <roundcube:label name="quota" />: <roundcube:object name="quotaDisplay" display="image" width="120" id="quotadisplay" /> +<roundcube:endif /> </div> </body> |