diff options
Diffstat (limited to 'skins/default')
-rw-r--r-- | skins/default/images/buttons/first_act.png | bin | 0 -> 248 bytes | |||
-rw-r--r-- | skins/default/images/buttons/first_pas.png | bin | 0 -> 262 bytes | |||
-rw-r--r-- | skins/default/images/buttons/first_sel.png | bin | 0 -> 249 bytes | |||
-rw-r--r-- | skins/default/images/buttons/last_act.png | bin | 0 -> 255 bytes | |||
-rw-r--r-- | skins/default/images/buttons/last_pas.png | bin | 0 -> 252 bytes | |||
-rw-r--r-- | skins/default/images/buttons/last_sel.png | bin | 0 -> 256 bytes | |||
-rw-r--r-- | skins/default/templates/addressbook.html | 2 | ||||
-rw-r--r-- | skins/default/templates/mail.html | 2 | ||||
-rw-r--r-- | skins/default/templates/message.html | 2 |
9 files changed, 6 insertions, 0 deletions
diff --git a/skins/default/images/buttons/first_act.png b/skins/default/images/buttons/first_act.png Binary files differnew file mode 100644 index 000000000..8322fd12a --- /dev/null +++ b/skins/default/images/buttons/first_act.png diff --git a/skins/default/images/buttons/first_pas.png b/skins/default/images/buttons/first_pas.png Binary files differnew file mode 100644 index 000000000..0934cd1f5 --- /dev/null +++ b/skins/default/images/buttons/first_pas.png diff --git a/skins/default/images/buttons/first_sel.png b/skins/default/images/buttons/first_sel.png Binary files differnew file mode 100644 index 000000000..6bc1d9fc1 --- /dev/null +++ b/skins/default/images/buttons/first_sel.png diff --git a/skins/default/images/buttons/last_act.png b/skins/default/images/buttons/last_act.png Binary files differnew file mode 100644 index 000000000..3967fa4e5 --- /dev/null +++ b/skins/default/images/buttons/last_act.png diff --git a/skins/default/images/buttons/last_pas.png b/skins/default/images/buttons/last_pas.png Binary files differnew file mode 100644 index 000000000..e18d37a7e --- /dev/null +++ b/skins/default/images/buttons/last_pas.png diff --git a/skins/default/images/buttons/last_sel.png b/skins/default/images/buttons/last_sel.png Binary files differnew file mode 100644 index 000000000..0d608ea34 --- /dev/null +++ b/skins/default/images/buttons/last_sel.png 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"> diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html index 663fdfd88..6d95d6058 100644 --- a/skins/default/templates/mail.html +++ b/skins/default/templates/mail.html @@ -25,9 +25,11 @@ </div> <div id="messagecountbar"> +<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="firstmessages" /> <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="previousmessages" /> <roundcube:object name="messageCountDisplay" /> <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="nextmessages" /> +<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="lastmessages" /> </div> <div id="mailboxlist-header"><roundcube:label name="mailboxlist" /></div> diff --git a/skins/default/templates/message.html b/skins/default/templates/message.html index f802b5a54..2ce804685 100644 --- a/skins/default/templates/message.html +++ b/skins/default/templates/message.html @@ -11,9 +11,11 @@ <roundcube:include file="/includes/header.html" /> <div id="messagecountbar"> +<roundcube:button command="firstmessage" imageSel="/images/buttons/first_sel.png" imageAct="/images/buttons/first_act.png" imagePas="/images/buttons/first_pas.png" width="11" height="11" title="firstmessages" /> <roundcube:button command="previousmessage" imageSel="/images/buttons/previous_sel.png" imageAct="/images/buttons/previous_act.png" imagePas="/images/buttons/previous_pas.png" width="11" height="11" title="previousmessages" /> <roundcube:object name="messageCountDisplay" /> <roundcube:button command="nextmessage" imageSel="/images/buttons/next_sel.png" imageAct="/images/buttons/next_act.png" imagePas="/images/buttons/next_pas.png" width="11" height="11" title="nextmessages" /> +<roundcube:button command="lastmessage" imageSel="/images/buttons/last_sel.png" imageAct="/images/buttons/last_act.png" imagePas="/images/buttons/last_pas.png" width="11" height="11" title="lastmessages" /> </div> <div id="messagetoolbar"> |