Changeset 61938a7 in github for skins/default/templates/mail.html


Ignore:
Timestamp:
Feb 15, 2011 9:24:29 AM (2 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
3221c95
Parents:
dd07e79
Message:
  • Fix/unify page navigation titles
File:
1 edited

Legend:

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

    r4438d667 r61938a7  
    8282    </div> 
    8383    <div id="countcontrols" class="pagenav"> 
    84         <roundcube:button command="lastpage" type="link" class="buttonPas lastpage" classAct="button lastpage" classSel="button lastpageSel" title="lastmessages" content=" " /> 
    85         <roundcube:button command="nextpage" type="link" class="buttonPas nextpage" classAct="button nextpage" classSel="button nextpageSel" title="nextmessages" content=" " /> 
     84        <roundcube:button command="lastpage" type="link" class="buttonPas lastpage" classAct="button lastpage" classSel="button lastpageSel" title="lastpage" content=" " /> 
     85        <roundcube:button command="nextpage" type="link" class="buttonPas nextpage" classAct="button nextpage" classSel="button nextpageSel" title="nextpage" content=" " /> 
    8686        <roundcube:object name="messageCountDisplay" style="padding:0 .5em; float:right" /> 
    87         <roundcube:button command="previouspage" type="link" class="buttonPas prevpage" classAct="button prevpage" classSel="button prevpageSel" title="previousmessages" content=" " /> 
    88         <roundcube:button command="firstpage" type="link" class="buttonPas firstpage" classAct="button firstpage" classSel="button firstpageSel" title="firstmessages" content=" " /> 
     87        <roundcube:button command="previouspage" type="link" class="buttonPas prevpage" classAct="button prevpage" classSel="button prevpageSel" title="previouspage" content=" " /> 
     88        <roundcube:button command="firstpage" type="link" class="buttonPas firstpage" classAct="button firstpage" classSel="button firstpageSel" title="firstpage" content=" " /> 
    8989    </div> 
    9090</div> 
Note: See TracChangeset for help on using the changeset viewer.