From d17008560036f91fd7327b17ad68cbadc3f7a8ac Mon Sep 17 00:00:00 2001
From: svncommit <devs@roundcube.net>
Date: Tue, 21 Nov 2006 03:02:48 -0500
Subject: [PATCH] Add first and last buttons.

---
 skins/default/templates/mail.html |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html
index 663fdfd..6d95d60 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" />
 &nbsp;<roundcube:object name="messageCountDisplay" />&nbsp;
 <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>

--
Gitblit v1.9.1