From 6cd00992a2c7de38e0ff7df152fba8ea89012dce Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Fri, 12 Sep 2008 12:48:23 -0400 Subject: [PATCH] - Fixed quota img height/width setting from template (#1484857) --- skins/default/templates/mail.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html index 3d2068d..935a7af 100644 --- a/skins/default/templates/mail.html +++ b/skins/default/templates/mail.html @@ -109,7 +109,7 @@ <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:label name="quota" />: <roundcube:object name="quotaDisplay" display="image" width="100" id="quotadisplay" /> <roundcube:endif /> </div> -- Gitblit v1.9.1