diff options
Diffstat (limited to 'skins/default/templates/mail.html')
-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> |