diff options
author | alecpl <alec@alec.pl> | 2009-05-31 11:12:04 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-05-31 11:12:04 +0000 |
commit | 52818559ce020e551addd125ac8382bdda020f46 (patch) | |
tree | 3fbb7adf817acc2d72e3c84749e20f5776f26e1d /skins/default/templates/mail.html | |
parent | bd6d22e3e03c3f00f306f68f465d323932aa59c4 (diff) |
- Added possibility to invert messages selection
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 d3d8e232e..29116f7f6 100644 --- a/skins/default/templates/mail.html +++ b/skins/default/templates/mail.html @@ -88,7 +88,9 @@ <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-all" prop="invert" label="invert" classAct="active" /> <roundcube:button command="select-none" label="none" classAct="active" /> +<roundcube:container name="listcontrols" id="listcontrols" /> </span> <roundcube:if condition="env:quota" /> <span id="quotabox"> |