diff options
author | thomascube <thomas@roundcube.net> | 2006-12-04 22:34:40 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-12-04 22:34:40 +0000 |
commit | 421f5e31a2e9d40b505ea5200d6e616ae07e1565 (patch) | |
tree | 02d2cc2433a0c751fbf4c70dd886e65d1527c0f1 /skins/default/templates/message.html | |
parent | 494f07b8bfefd7134a7f8f88b1bce9fa1555eb97 (diff) |
Small bugfixes and improvements
Diffstat (limited to 'skins/default/templates/message.html')
-rw-r--r-- | skins/default/templates/message.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/skins/default/templates/message.html b/skins/default/templates/message.html index 2ce804685..9efed60bd 100644 --- a/skins/default/templates/message.html +++ b/skins/default/templates/message.html @@ -11,11 +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: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="firstmessage" /> +<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="previousmessage" /> <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" /> +<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="nextmessage" /> +<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="lastmessage" /> </div> <div id="messagetoolbar"> |