diff options
Diffstat (limited to 'skins/default/templates/mail.html')
-rw-r--r-- | skins/default/templates/mail.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html index 0913018f2..224668e66 100644 --- a/skins/default/templates/mail.html +++ b/skins/default/templates/mail.html @@ -50,7 +50,8 @@ <roundcube:label name="select" />: <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:button command="select-none" label="none" classAct="active" /> +<roundcube:label name="quota" />: <roundcube:object name="quotaDisplay" /> </div> </body> |