Changeset 74fd1ae in github


Ignore:
Timestamp:
Mar 20, 2010 4:25:29 AM (3 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
0f8ff20
Parents:
63ab02a
Message:
  • moved listcontrols container before the conditional tag
File:
1 edited

Legend:

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

    r258a043 r74fd1ae  
    8585      <roundcube:button command="select-all" type="link" prop="invert" title="invert" class="buttonPas invert" classAct="button invert" classSel="button invertsel" content=" " /> 
    8686      <roundcube:button command="select-none" type="link" title="none" class="buttonPas none" classAct="button none" classSel="button nonesel" content=" " /> 
     87      <roundcube:container name="listcontrols" id="listcontrols" /> 
    8788<roundcube:if condition="env:threads" /> 
    8889      <span style="margin-left: 20px"><roundcube:label name="threads" />:&nbsp;</span> 
     
    9091      <roundcube:button command="expand-unread" type="link" title="expand-unread" class="buttonPas expand-unread" classAct="button expand-unread" classSel="button expand-unreadsel" content=" " /> 
    9192      <roundcube:button command="collapse-all" type="link" title="collapse-all" class="buttonPas collapse-all" classAct="button collapse-all" classSel="button collapse-allsel" content=" " /> 
    92       <roundcube:container name="listcontrols" id="listcontrols" /> 
    9393<roundcube:endif /> 
    9494  <roundcube:if condition="env:quota" /> 
Note: See TracChangeset for help on using the changeset viewer.