Changeset 0d16eb7 in github


Ignore:
Timestamp:
Aug 18, 2011 7:56:40 AM (22 months ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.7, release-0.8
Children:
72fa193
Parents:
189a0ae
Message:
  • Use logo object in error and messageprint templates too
Location:
skins/default/templates
Files:
2 edited

Legend:

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

    r087c7dc r0d16eb7  
    77<body> 
    88 
    9 <div id="header"><img src="/images/roundcube_logo.png" alt="<roundcube:object name='productname' />" /></div> 
     9<div id="header"><roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" border="0" alt="Logo" /></div> 
    1010 
    1111<div style="width:400px; margin:60px auto;"> 
  • skins/default/templates/messageprint.html

    r31036bb r0d16eb7  
    88<body> 
    99 
    10 <div id="header"><img src="/images/roundcube_logo.png" alt="<roundcube:object name="productname" />" /></div> 
     10<div id="header"><roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" border="0" alt="Logo" /></div> 
    1111 
    1212<div id="printmessageframe"> 
Note: See TracChangeset for help on using the changeset viewer.