From 52818559ce020e551addd125ac8382bdda020f46 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Sun, 31 May 2009 07:12:04 -0400 Subject: [PATCH] - Added possibility to invert messages selection --- 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 d3d8e23..29116f7 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"> -- Gitblit v1.9.1