summaryrefslogtreecommitdiff
path: root/roundcubemail/skins/default
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-03-25 16:29:02 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-03-25 16:29:02 +0000
commitd83d00dad3b35e895bec82bc107e418e4f736593 (patch)
treeeffbc84d2e345f661ad298b8f819c91c98f2db20 /roundcubemail/skins/default
parent755864eec85161db71b103b6e1bfd362a3efc806 (diff)
- Added possibility to select all messages in a folder (#1484756)
git-svn-id: https://svn.roundcube.net/trunk@3419 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default')
-rw-r--r--roundcubemail/skins/default/images/mail_footer.pngbin1186 -> 2416 bytes
-rw-r--r--roundcubemail/skins/default/mail.css8
-rw-r--r--roundcubemail/skins/default/templates/mail.html1
3 files changed, 9 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/images/mail_footer.png b/roundcubemail/skins/default/images/mail_footer.png
index ab56b835f..7e0867748 100644
--- a/roundcubemail/skins/default/images/mail_footer.png
+++ b/roundcubemail/skins/default/images/mail_footer.png
Binary files differ
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css
index 0e35046c0..7b233f861 100644
--- a/roundcubemail/skins/default/mail.css
+++ b/roundcubemail/skins/default/mail.css
@@ -579,6 +579,14 @@ td.formlinks a:visited
background-position: -30px -15px;
}
+#listcontrols a.page {
+ background-position: -135px 0;
+}
+
+#listcontrols a.pagesel {
+ background-position: -135px -15px;
+}
+
#listcontrols a.unread {
background-position: -45px 0;
}
diff --git a/roundcubemail/skins/default/templates/mail.html b/roundcubemail/skins/default/templates/mail.html
index f82aca43a..a1084b096 100644
--- a/roundcubemail/skins/default/templates/mail.html
+++ b/roundcubemail/skins/default/templates/mail.html
@@ -81,6 +81,7 @@
<div id="listcontrols">
<span><roundcube:label name="select" />:&nbsp;</span>
<roundcube:button command="select-all" type="link" title="all" class="buttonPas all" classAct="button all" classSel="button allsel" content=" " />
+ <roundcube:button command="select-all" type="link" prop="page" title="currpage" class="buttonPas page" classAct="button page" classSel="button pagesel" content=" " />
<roundcube:button command="select-all" type="link" prop="unread" title="unread" class="buttonPas unread" classAct="button unread" classSel="button unreadsel" content=" " />
<roundcube:button command="select-all" type="link" prop="invert" title="invert" class="buttonPas invert" classAct="button invert" classSel="button invertsel" content=" " />
<roundcube:button command="select-none" type="link" title="none" class="buttonPas none" classAct="button none" classSel="button nonesel" content=" " />