Mercurial > hg > rc1
view skins/larry/templates/messageprint.html @ 2:c828b0fd4a6e
fix missing line to store changed labels
author | Charlie Root |
---|---|
date | Fri, 05 Jan 2018 14:17:23 -0500 |
parents | 1e000243b222 |
children |
line wrap: on
line source
<roundcube:object name="doctype" value="html5" /> <html> <head> <title><roundcube:object name="pagetitle" /></title> <link rel="shortcut icon" href="/images/favicon.ico"/> <link rel="stylesheet" type="text/css" href="/print.css" /> </head> <body> <div id="header"><roundcube:object name="logo" src="/images/roundcube_logo.png" id="toplogo" border="0" alt="Logo" /></div> <div id="printmessageframe"> <roundcube:object name="messageHeaders" class="headers-table" max="10" /> <roundcube:object name="messageAttachments" id="attachment-list" /> <roundcube:object name="messageBody" id="messagebody" showImages="false" /> </div> </body> </html>