summaryrefslogtreecommitdiff
path: root/skins/default/templates/mail.html
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-06-19 17:46:11 +0000
committeralecpl <alec@alec.pl>2010-06-19 17:46:11 +0000
commita2e81736a91f72c8688e6ab0f45061369614dae3 (patch)
tree0912ec132920a80471182cbc52d2d1e6a9b0180e /skins/default/templates/mail.html
parente7ed903a2b25c27470cc54542554adaa63ce372e (diff)
- Move quota indicator to mailboxlist footer
- Fix groupcontrols on IE6 (use gif)
Diffstat (limited to 'skins/default/templates/mail.html')
-rw-r--r--skins/default/templates/mail.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html
index 75acbcdd6..2a150dd98 100644
--- a/skins/default/templates/mail.html
+++ b/skins/default/templates/mail.html
@@ -33,6 +33,13 @@
<div class="boxfooter">
<!--<roundcube:button name="togglequota" type="link" title="showquota" class="buttonPas showinfo" classAct="button showinfo" onclick="rcmail_ui.toggle_quotadisplay();return false" content=" " />-->
<roundcube:button name="mboxactions" id="mboxactionslink" type="link" title="folderactions" class="button groupactions" onclick="rcmail_ui.show_mailboxmenu();return false" content=" " />
+
+<roundcube:if condition="env:quota" />
+<img id="quotaimg" src="/images/quota.gif" alt="" />
+<div id="quota">
+ <roundcube:object name="quotaDisplay" display="image" width="100" height="14" id="quotadisplay" />
+</div>
+<roundcube:endif />
</div>
</div>
@@ -215,13 +222,6 @@
</div>
</div>
-<roundcube:if condition="env:quota" />
-<div id="quota">
- <span style="margin-right: 5px"><roundcube:label name="quota" />:</span>
- <roundcube:object name="quotaDisplay" display="image" width="100" height="14" id="quotadisplay" />
-</div>
-<roundcube:endif />
-
<div id="rcmversion"><roundcube:object name="productname" /> <roundcube:object name="version" /></div>
</body>