summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2007-05-17 17:01:22 +0000
committerthomascube <thomas@roundcube.net>2007-05-17 17:01:22 +0000
commit7198044efba3df34642570d57cc567b51af0d5dd (patch)
treeefa6f68555ba94748a1a50270f5d79fd46144eb9 /skins
parente3caaf59c20fd556364f838ae6082b3e2fba6d56 (diff)
Fixed conditional template tags; hide quota display if imap server does not support it
Diffstat (limited to 'skins')
-rw-r--r--skins/default/templates/mail.html2
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" />&nbsp;
<roundcube:button command="select-all" prop="unread" label="unread" classAct="active" />&nbsp;
<roundcube:button command="select-none" label="none" classAct="active" /> &nbsp;&nbsp;&nbsp;
+<roundcube:if condition="env:quota" />
<roundcube:label name="quota" />: <roundcube:object name="quotaDisplay" display="image" width="120" id="quotadisplay" />
+<roundcube:endif />
</div>
</body>