Changeset 30a7514 in github


Ignore:
Timestamp:
Apr 4, 2006 5:34:24 PM (7 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
4fd9715
Parents:
edf7622
Message:

Corrected labels for next/previous page buttons

File:
1 edited

Legend:

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

    rbe2380f r30a7514  
    2121 
    2222<div id="abookcountbar"> 
    23 <roundcube:button command="previouspage" imageAct="/images/buttons/previous_act.png" imagePas="/images/buttons/previous_pas.png" width="11" height="11" title="previousmessages" /> 
     23<roundcube:button command="previouspage" imageAct="/images/buttons/previous_act.png" imagePas="/images/buttons/previous_pas.png" width="11" height="11" title="previouspage" /> 
    2424&nbsp;<roundcube:object name="recordsCountDisplay" />&nbsp; 
    25 <roundcube:button command="nextpage" imageAct="/images/buttons/next_act.png" imagePas="/images/buttons/next_pas.png" width="11" height="11" title="nextmessages" /> 
     25<roundcube:button command="nextpage" imageAct="/images/buttons/next_act.png" imagePas="/images/buttons/next_pas.png" width="11" height="11" title="nextpage" /> 
    2626</div> 
    2727 
Note: See TracChangeset for help on using the changeset viewer.