diff options
author | svncommit <devs@roundcube.net> | 2006-11-21 08:02:48 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2006-11-21 08:02:48 +0000 |
commit | d17008560036f91fd7327b17ad68cbadc3f7a8ac (patch) | |
tree | b29c719391aea6d08a04c4ecbac4f430386a665c /skins/default/templates/addressbook.html | |
parent | 646cebd34843f30c63b59c80456650f36a135441 (diff) |
Add first and last buttons.
Diffstat (limited to 'skins/default/templates/addressbook.html')
-rw-r--r-- | skins/default/templates/addressbook.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/skins/default/templates/addressbook.html b/skins/default/templates/addressbook.html index dcf965604..1cbdc84d2 100644 --- a/skins/default/templates/addressbook.html +++ b/skins/default/templates/addressbook.html @@ -20,9 +20,11 @@ </div> <div id="abookcountbar"> +<roundcube:button command="firstpage" imageSel="/images/buttons/first_sel.png" imageAct="/images/buttons/first_act.png" imagePas="/images/buttons/first_pas.png" width="11" height="11" title="firstpage" /> <roundcube:button command="previouspage" imageSel="/images/buttons/previous_sel.png" 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" imageSel="/images/buttons/next_sel.png" imageAct="/images/buttons/next_act.png" imagePas="/images/buttons/next_pas.png" width="11" height="11" title="nextpage" /> +<roundcube:button command="lastpage" imageSel="/images/buttons/last_sel.png" imageAct="/images/buttons/last_act.png" imagePas="/images/buttons/last_pas.png" width="11" height="11" title="lastpage" /> </div> <div id="addresslist"> |