diff options
author | alecpl <alec@alec.pl> | 2010-03-20 08:25:29 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-03-20 08:25:29 +0000 |
commit | 74fd1aec77a3a01ad4b627c13cc952222f503cb8 (patch) | |
tree | b881ad52d3bfa60b08795423c57594370bfaf382 /skins/default/templates | |
parent | 63ab02a9f219f1e03ca47df57bae5bf0c9016e74 (diff) |
- moved listcontrols container before the conditional tag
Diffstat (limited to 'skins/default/templates')
-rw-r--r-- | skins/default/templates/mail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html index 5bfbe0a6e..f82aca43a 100644 --- a/skins/default/templates/mail.html +++ b/skins/default/templates/mail.html @@ -84,12 +84,12 @@ <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=" " /> + <roundcube:container name="listcontrols" id="listcontrols" /> <roundcube:if condition="env:threads" /> <span style="margin-left: 20px"><roundcube:label name="threads" />: </span> <roundcube:button command="expand-all" type="link" title="expand-all" class="buttonPas expand-all" classAct="button expand-all" classSel="button expand-allsel" content=" " /> <roundcube:button command="expand-unread" type="link" title="expand-unread" class="buttonPas expand-unread" classAct="button expand-unread" classSel="button expand-unreadsel" content=" " /> <roundcube:button command="collapse-all" type="link" title="collapse-all" class="buttonPas collapse-all" classAct="button collapse-all" classSel="button collapse-allsel" content=" " /> - <roundcube:container name="listcontrols" id="listcontrols" /> <roundcube:endif /> <roundcube:if condition="env:quota" /> <span style="margin-left: 20px; margin-right: 5px"><roundcube:label name="quota" />:</span> |