roundcubemail-plugins-kolab/plugins/kolab_notes/skins/elastic/templates/print.html
Aleksander Machniak fc8785dac4 Elastic: Initial kolab_notes support
TODO: printing, tags, and some small style fixes
2018-01-02 13:21:11 +01:00

17 lines
545 B
HTML

<roundcube:include file="includes/layout.html" />
<div class="print-content" role="main">
<div id="notedetailstitle">
<h1 id="notetitle">#Title</h1>
<div id="notetags" class="tagline">#Tags</div>
<div class="dates">
<label><roundcube:label name="kolab_notes.created" /></label>
<span id="notecreated">#Created</span>
<label><roundcube:label name="kolab_notes.changed" /></label>
<span id="notechanged">#Changed</span>
</div>
</div>
<div id="notebody">#Body</div>
</div>
<roundcube:include file="includes/footer.html" />