diff options
author | alecpl <alec@alec.pl> | 2011-02-15 14:24:29 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-02-15 14:24:29 +0000 |
commit | 61938a735e33627827351662c987afaf2dc1ae5d (patch) | |
tree | 19655891aec3c9d66e15f642f7714712b66d8f47 /skins/default | |
parent | dd07e795377b94802205afd58ac3d1c9f401cdbc (diff) |
- Fix/unify page navigation titles
Diffstat (limited to 'skins/default')
-rw-r--r-- | skins/default/templates/mail.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html index 08469faa0..5e2a64d4f 100644 --- a/skins/default/templates/mail.html +++ b/skins/default/templates/mail.html @@ -81,11 +81,11 @@ <roundcube:endif /> </div> <div id="countcontrols" class="pagenav"> - <roundcube:button command="lastpage" type="link" class="buttonPas lastpage" classAct="button lastpage" classSel="button lastpageSel" title="lastmessages" content=" " /> - <roundcube:button command="nextpage" type="link" class="buttonPas nextpage" classAct="button nextpage" classSel="button nextpageSel" title="nextmessages" content=" " /> + <roundcube:button command="lastpage" type="link" class="buttonPas lastpage" classAct="button lastpage" classSel="button lastpageSel" title="lastpage" content=" " /> + <roundcube:button command="nextpage" type="link" class="buttonPas nextpage" classAct="button nextpage" classSel="button nextpageSel" title="nextpage" content=" " /> <roundcube:object name="messageCountDisplay" style="padding:0 .5em; float:right" /> - <roundcube:button command="previouspage" type="link" class="buttonPas prevpage" classAct="button prevpage" classSel="button prevpageSel" title="previousmessages" content=" " /> - <roundcube:button command="firstpage" type="link" class="buttonPas firstpage" classAct="button firstpage" classSel="button firstpageSel" title="firstmessages" content=" " /> + <roundcube:button command="previouspage" type="link" class="buttonPas prevpage" classAct="button prevpage" classSel="button prevpageSel" title="previouspage" content=" " /> + <roundcube:button command="firstpage" type="link" class="buttonPas firstpage" classAct="button firstpage" classSel="button firstpageSel" title="firstpage" content=" " /> </div> </div> </div> |