alecpl
2011-08-18 0d16eb7ba53aa25c81329dc28f7cb5ade2497961
- Use logo object in error and messageprint templates too


2 files modified
4 ■■■■ changed files
skins/default/templates/error.html 2 ●●● patch | view | raw | blame | history
skins/default/templates/messageprint.html 2 ●●● patch | view | raw | blame | history
skins/default/templates/error.html
@@ -6,7 +6,7 @@
</head>
<body>
<div id="header"><img src="/images/roundcube_logo.png" alt="<roundcube:object name='productname' />" /></div>
<div id="header"><roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" border="0" alt="Logo" /></div>
<div style="width:400px; margin:60px auto;">
$__page_content
skins/default/templates/messageprint.html
@@ -7,7 +7,7 @@
</head>
<body>
<div id="header"><img src="/images/roundcube_logo.png" alt="<roundcube:object name="productname" />" /></div>
<div id="header"><roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" border="0" alt="Logo" /></div>
<div id="printmessageframe">
<roundcube:object name="messageHeaders" class="headers-table" cellspacing="0" cellpadding="2" />