diff options
author | alecpl <alec@alec.pl> | 2008-09-12 16:48:23 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-09-12 16:48:23 +0000 |
commit | 6cd00992a2c7de38e0ff7df152fba8ea89012dce (patch) | |
tree | 699eb407f8d52876a89d64a7c7659ab8aa8af153 /skins/default/templates | |
parent | 85a9130647fff8ffafbd35117705f3ec7ec98ce0 (diff) |
- Fixed quota img height/width setting from template (#1484857)
Diffstat (limited to 'skins/default/templates')
-rw-r--r-- | 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 3d2068d91..935a7af23 100644 --- a/skins/default/templates/mail.html +++ b/skins/default/templates/mail.html @@ -109,7 +109,7 @@ body_keypress: function(evt, p) <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> |