diff options
author | thomascube <thomas@roundcube.net> | 2006-04-04 21:34:24 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-04-04 21:34:24 +0000 |
commit | 30a75147a0db305da7fe9970a800490c71f4ad35 (patch) | |
tree | e140ab157cb0753fe111000fbf5782754dd1db80 | |
parent | edf76220aa39334f7156d328391bd60c4a5d179f (diff) |
Corrected labels for next/previous page buttons
-rw-r--r-- | skins/default/templates/addressbook.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/default/templates/addressbook.html b/skins/default/templates/addressbook.html index ef98e1477..96b5fbcbe 100644 --- a/skins/default/templates/addressbook.html +++ b/skins/default/templates/addressbook.html @@ -20,9 +20,9 @@ </div> <div id="abookcountbar"> -<roundcube:button command="previouspage" imageAct="/images/buttons/previous_act.png" imagePas="/images/buttons/previous_pas.png" width="11" height="11" title="previousmessages" /> +<roundcube:button command="previouspage" imageAct="/images/buttons/previous_act.png" imagePas="/images/buttons/previous_pas.png" width="11" height="11" title="previouspage" /> <roundcube:object name="recordsCountDisplay" /> -<roundcube:button command="nextpage" imageAct="/images/buttons/next_act.png" imagePas="/images/buttons/next_pas.png" width="11" height="11" title="nextmessages" /> +<roundcube:button command="nextpage" imageAct="/images/buttons/next_act.png" imagePas="/images/buttons/next_pas.png" width="11" height="11" title="nextpage" /> </div> <div id="addresslist"> |