summaryrefslogtreecommitdiff
path: root/skins/default/templates
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2006-09-01 13:43:14 +0000
committerthomascube <thomas@roundcube.net>2006-09-01 13:43:14 +0000
commit3ea0e3202a73eb7efcbf0b825582a6d3504658aa (patch)
tree1ec2e9f514a4b294bcf35450537ce9b1d01fb8f1 /skins/default/templates
parentea206d3d9299ce32996dcd24d49790e36f2b89a2 (diff)
Quota display as image
Diffstat (limited to 'skins/default/templates')
-rw-r--r--skins/default/templates/mail.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html
index c2e5316eb..962a298ab 100644
--- a/skins/default/templates/mail.html
+++ b/skins/default/templates/mail.html
@@ -57,7 +57,7 @@
<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:label name="quota" />: <roundcube:object name="quotaDisplay" />
+<roundcube:label name="quota" />: <roundcube:object name="quotaDisplay" display="text" id="quotadisplay" />
</div>
</body>