Changeset 1de8f4e in github


Ignore:
Timestamp:
Mar 2, 2012 3:44:09 AM (15 months ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
Children:
45cb832
Parents:
24dd952
Message:
Location:
skins/default/templates
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • skins/default/templates/addressbook.html

    rf8e48df r1de8f4e  
    3434 
    3535<div id="quicksearchbar"> 
    36 <roundcube:button name="searchmenulink" id="searchmenulink" image="/images/icons/glass_roll.png" onclick="rcmail_ui.show_popup('searchmenu');return false" title="searchmod" /> 
     36<roundcube:button name="searchmenulink" id="searchmenulink" image="/images/icons/glass_roll.png" onclick="rcmail_ui.show_popup('searchmenu');return false" title="searchmod" width="16" height="16" /> 
    3737<roundcube:object name="searchform" id="quicksearchbox" /> 
    38 <roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" /> 
     38<roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" width="13" height="13" /> 
    3939</div> 
    4040 
  • skins/default/templates/compose.html

    r7152f59 r1de8f4e  
    6363        </tr><tr id="compose-cc"> 
    6464            <td class="title top"> 
    65                 <a href="#cc" onclick="return rcmail_ui.hide_header_form('cc');"><img src="/images/icons/minus.gif" alt="" title="<roundcube:label name='delete' />" /></a> 
     65                <a href="#cc" onclick="return rcmail_ui.hide_header_form('cc');"><img src="/images/icons/minus.gif" alt="" width="13" height="11" title="<roundcube:label name='delete' />" /></a> 
    6666                <label for="_cc"><roundcube:label name="cc" /></label> 
    6767            </td> 
     
    6969        </tr><tr id="compose-bcc"> 
    7070            <td class="title top"> 
    71                 <a href="#bcc" onclick="return rcmail_ui.hide_header_form('bcc');"><img src="/images/icons/minus.gif" alt="" title="<roundcube:label name='delete' />" /></a> 
     71                <a href="#bcc" onclick="return rcmail_ui.hide_header_form('bcc');"><img src="/images/icons/minus.gif" alt="" width="13" height="11" title="<roundcube:label name='delete' />" /></a> 
    7272                <label for="_bcc"><roundcube:label name="bcc" /></label> 
    7373            </td> 
     
    7575        </tr><tr id="compose-replyto"> 
    7676            <td class="title top"> 
    77                 <a href="#replyto" onclick="return rcmail_ui.hide_header_form('replyto');"><img src="/images/icons/minus.gif" alt="" title="<roundcube:label name='delete' />" /></a> 
     77                <a href="#replyto" onclick="return rcmail_ui.hide_header_form('replyto');"><img src="/images/icons/minus.gif" alt="" width="13" height="11" title="<roundcube:label name='delete' />" /></a> 
    7878                <label for="_replyto"><roundcube:label name="replyto" /></label> 
    7979            </td> 
     
    8181        </tr><tr id="compose-followupto"> 
    8282            <td class="title top"> 
    83                 <a href="#followupto" onclick="return rcmail_ui.hide_header_form('followupto');"><img src="/images/icons/minus.gif" alt="" title="<roundcube:label name='delete' />" /></a> 
     83                <a href="#followupto" onclick="return rcmail_ui.hide_header_form('followupto');"><img src="/images/icons/minus.gif" alt="" width="13" height="11" title="<roundcube:label name='delete' />" /></a> 
    8484                <label for="_followupto"><roundcube:label name="followupto" /></label> 
    8585            </td> 
  • skins/default/templates/folders.html

    rf30fbb6 r1de8f4e  
    3232 
    3333    <roundcube:if condition="env:quota" /> 
    34     <img id="quotaimg" src="/images/quota.<roundcube:exp expression="browser:ie && browser:ver < 7 ? 'gif' : 'png'" />" alt="" /> 
     34    <img id="quotaimg" src="/images/quota.<roundcube:exp expression="browser:ie && browser:ver < 7 ? 'gif' : 'png'" />" alt="" width="102" height="16" /> 
    3535    <div id="quota"> 
    3636        <roundcube:object name="quotaDisplay" display="image" width="100" height="14" id="quotadisplay" /> 
  • skins/default/templates/mail.html

    rd3ec725 r1de8f4e  
    3535 
    3636<roundcube:if condition="env:quota" /> 
    37 <img id="quotaimg" src="/images/quota.<roundcube:exp expression="browser:ie && browser:ver < 7 ? 'gif' : 'png'" />" alt="" /> 
     37<img id="quotaimg" src="/images/quota.<roundcube:exp expression="browser:ie && browser:ver < 7 ? 'gif' : 'png'" />" alt="" width="102" height="16" /> 
    3838<div id="quota"> 
    3939  <roundcube:object name="quotaDisplay" display="image" width="100" height="14" id="quotadisplay" /> 
     
    125125  <roundcube:object name="searchfilter" class="searchfilter" /> 
    126126</div> 
    127 <roundcube:button name="searchmenulink" id="searchmenulink" image="/images/icons/glass_roll.png" onclick="rcmail_ui.show_popup('searchmenu');return false" title="searchmod" /> 
     127<roundcube:button name="searchmenulink" id="searchmenulink" image="/images/icons/glass_roll.png" onclick="rcmail_ui.show_popup('searchmenu');return false" title="searchmod" width="16" height="16" /> 
    128128<roundcube:object name="searchform" id="quicksearchbox" /> 
    129 <roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" /> 
     129<roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" width="13" height="13" /> 
    130130</div> 
    131131 
Note: See TracChangeset for help on using the changeset viewer.