diff options
author | alecpl <alec@alec.pl> | 2009-09-29 06:26:46 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-09-29 06:26:46 +0000 |
commit | 37d909124a9b811e19a044a052889d8ec4b412b6 (patch) | |
tree | 89c57eb7c4f889bcb9405fb5829fc259bfbd76d8 | |
parent | 8583d64b8affbe0734d272573ec511b2b0ec5712 (diff) |
- fix unread/invert actions (broken in last commit)
-rw-r--r-- | skins/default/templates/mail.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html index c0d9e33b4..e7949d4b9 100644 --- a/skins/default/templates/mail.html +++ b/skins/default/templates/mail.html @@ -79,8 +79,8 @@ <div id="listcontrols"> <span><roundcube:label name="select" />: </span> <roundcube:button command="select-all" type="link" title="all" class="buttonPas all" classAct="button all" classSel="button allsel" content=" " /> - <roundcube:button command="select-all" type="link" title="unread" class="buttonPas unread" classAct="button unread" classSel="button unreadsel" content=" "" /> - <roundcube:button command="select-all" type="link" title="invert" class="buttonPas invert" classAct="button invert" classSel="button invertsel" content=" " /> + <roundcube:button command="select-all" type="link" prop="unread" title="unread" class="buttonPas unread" classAct="button unread" classSel="button unreadsel" content=" "" /> + <roundcube:button command="select-all" type="link" prop="invert" title="invert" class="buttonPas invert" classAct="button invert" classSel="button invertsel" content=" " /> <roundcube:button command="select-none" type="link" title="none" class="buttonPas none" classAct="button none" classSel="button nonesel" content=" " /> <roundcube:container name="listcontrols" id="listcontrols" /> <roundcube:if condition="env:quota" /> |