Changeset 5939 in subversion
- Timestamp:
- Mar 2, 2012 3:44:09 AM (15 months ago)
- Location:
- trunk/roundcubemail/skins/default/templates
- Files:
-
- 4 edited
-
addressbook.html (modified) (1 diff)
-
compose.html (modified) (4 diffs)
-
folders.html (modified) (1 diff)
-
mail.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/skins/default/templates/addressbook.html
r5182 r5939 34 34 35 35 <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" /> 37 37 <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" /> 39 39 </div> 40 40 -
trunk/roundcubemail/skins/default/templates/compose.html
r5682 r5939 63 63 </tr><tr id="compose-cc"> 64 64 <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> 66 66 <label for="_cc"><roundcube:label name="cc" /></label> 67 67 </td> … … 69 69 </tr><tr id="compose-bcc"> 70 70 <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> 72 72 <label for="_bcc"><roundcube:label name="bcc" /></label> 73 73 </td> … … 75 75 </tr><tr id="compose-replyto"> 76 76 <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> 78 78 <label for="_replyto"><roundcube:label name="replyto" /></label> 79 79 </td> … … 81 81 </tr><tr id="compose-followupto"> 82 82 <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> 84 84 <label for="_followupto"><roundcube:label name="followupto" /></label> 85 85 </td> -
trunk/roundcubemail/skins/default/templates/folders.html
r4617 r5939 32 32 33 33 <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" /> 35 35 <div id="quota"> 36 36 <roundcube:object name="quotaDisplay" display="image" width="100" height="14" id="quotadisplay" /> -
trunk/roundcubemail/skins/default/templates/mail.html
r5870 r5939 35 35 36 36 <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" /> 38 38 <div id="quota"> 39 39 <roundcube:object name="quotaDisplay" display="image" width="100" height="14" id="quotadisplay" /> … … 125 125 <roundcube:object name="searchfilter" class="searchfilter" /> 126 126 </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" /> 128 128 <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" /> 130 130 </div> 131 131
Note: See TracChangeset
for help on using the changeset viewer.
