diff options
author | alecpl <alec@alec.pl> | 2009-09-29 06:32:57 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-09-29 06:32:57 +0000 |
commit | 05d18da660b7b792ee750698b9c10ada2a60a4b5 (patch) | |
tree | 960e350d42634d2e06eb678994bc1991c27e97aa /skins/default | |
parent | 37d909124a9b811e19a044a052889d8ec4b412b6 (diff) |
- fix typo
Diffstat (limited to 'skins/default')
-rw-r--r-- | skins/default/templates/mail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html index e7949d4b9..ed19ff9a0 100644 --- a/skins/default/templates/mail.html +++ b/skins/default/templates/mail.html @@ -79,7 +79,7 @@ <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" prop="unread" title="unread" class="buttonPas unread" classAct="button unread" classSel="button unreadsel" 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" /> |