You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
roundcubemail/skins/elastic/templates/messageprint.html

12 lines
420 B
HTML

<roundcube:include file="/includes/layout.html" />
<div id="content" class="content" role="main">
<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>
</div>
<roundcube:include file="/includes/footer.html" />