alecpl
2012-03-02 1de8f4ee834e5d4301ff40d540e3e8cefdaeafe9
skins/default/templates/folders.html
@@ -21,7 +21,7 @@
<div id="mainscreen">
<div id="folder-manager">
<div id="folder-title" class="boxtitle"><roundcube:label name="folders" /></div>
<div id="folder-title" class="boxtitle"><span class="rightalign"><roundcube:label name="subscribed" /></span><roundcube:label name="folders" /></div>
<div class="boxlistcontent">
    <roundcube:object name="foldersubscription" form="subscriptionform" id="subscription-table" noheader="true"
        cellpadding="1" cellspacing="0" summary="Folder subscription table" class="records-table" />
@@ -31,7 +31,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.gif" alt="" />
    <img id="quotaimg" src="/images/quota.<roundcube:exp expression="browser:ie && browser:ver < 7 ? 'gif' : 'png'" />" alt="" width="102" height="16" />
    <div id="quota">
        <roundcube:object name="quotaDisplay" display="image" width="100" height="14" id="quotadisplay" />
    </div>