diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-04-12 15:22:36 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-04-12 15:22:36 +0200 |
commit | dec27677ab63e01ad743db1b44118d7fb671b4be (patch) | |
tree | ffd34f3ad98a2bc09e47e0f5e45adeb12613050d /skins/classic/templates | |
parent | 53ede96dd6b374235c174e9cacaedd3ea9ae52aa (diff) |
Remove IE6-specific quota.gif image
Diffstat (limited to 'skins/classic/templates')
-rw-r--r-- | skins/classic/templates/folders.html | 2 | ||||
-rw-r--r-- | skins/classic/templates/mail.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/skins/classic/templates/folders.html b/skins/classic/templates/folders.html index 6ddef05ac..f00c23b22 100644 --- a/skins/classic/templates/folders.html +++ b/skins/classic/templates/folders.html @@ -29,7 +29,7 @@ <roundcube:button name="mailboxmenulink" id="mailboxmenulink" type="link" title="folderactions" class="button groupactions" onclick="rcmail_ui.show_popup('mailboxmenu');return false" content=" " /> <roundcube:if condition="env:quota" /> - <img id="quotaimg" src="/images/quota.<roundcube:exp expression="browser:ie && browser:ver < 7 ? 'gif' : 'png'" />" alt="" width="102" height="16" /> + <img id="quotaimg" src="/images/quota.png" alt="" width="102" height="16" /> <div id="quota"> <roundcube:object name="quotaDisplay" display="image" width="100" height="14" id="quotadisplay" /> </div> diff --git a/skins/classic/templates/mail.html b/skins/classic/templates/mail.html index b476f6900..e760eb4fd 100644 --- a/skins/classic/templates/mail.html +++ b/skins/classic/templates/mail.html @@ -30,7 +30,7 @@ <roundcube:button name="mailboxmenulink" id="mailboxmenulink" type="link" title="folderactions" class="button groupactions" onclick="rcmail_ui.show_popup('mailboxmenu');return false" content=" " /> <roundcube:if condition="env:quota" /> -<img id="quotaimg" src="/images/quota.<roundcube:exp expression="browser:ie && browser:ver < 7 ? 'gif' : 'png'" />" alt="" width="102" height="16" /> +<img id="quotaimg" src="/images/quota.png" alt="" width="102" height="16" /> <div id="quota"> <roundcube:object name="quotaDisplay" display="image" width="100" height="14" id="quotadisplay" /> </div> |