Changeset 37d9091 in github


Ignore:
Timestamp:
Sep 29, 2009 2:26:46 AM (4 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
05d18da6
Parents:
8583d64
Message:
  • fix unread/invert actions (broken in last commit)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • skins/default/templates/mail.html

    r8583d64 r37d9091  
    8080      <span><roundcube:label name="select" />:&nbsp;</span> 
    8181      <roundcube:button command="select-all" type="link" title="all" class="buttonPas all" classAct="button all" classSel="button allsel" content=" " /> 
    82       <roundcube:button command="select-all" type="link" title="unread" class="buttonPas unread" classAct="button unread" classSel="button unreadsel" content=" "" /> 
    83       <roundcube:button command="select-all" type="link" title="invert" class="buttonPas invert" classAct="button invert" classSel="button invertsel" content=" " /> 
     82      <roundcube:button command="select-all" type="link" prop="unread" title="unread" class="buttonPas unread" classAct="button unread" classSel="button unreadsel" content=" "" /> 
     83      <roundcube:button command="select-all" type="link" prop="invert" title="invert" class="buttonPas invert" classAct="button invert" classSel="button invertsel" content=" " /> 
    8484      <roundcube:button command="select-none" type="link" title="none" class="buttonPas none" classAct="button none" classSel="button nonesel" content=" " /> 
    8585      <roundcube:container name="listcontrols" id="listcontrols" /> 
Note: See TracChangeset for help on using the changeset viewer.