- Use logo object in error and messageprint templates too

release-0.7
alecpl 15 years ago
parent 189a0ae4dc
commit 0d16eb7ba5

@ -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

@ -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" />

Loading…
Cancel
Save