16 lines
752 B
HTML
16 lines
752 B
HTML
|
<roundcube:include file="includes/layout.html" />
|
||
|
|
||
|
<div id="printconfig" class="noprint">
|
||
|
<div class="pagewidth">
|
||
|
<a href="#close" onclick="window.close()" class="rightalign"><roundcube:label name="close" /></a>
|
||
|
<span class="prop"><input type="button" id="printme" value="<roundcube:label name='print' />" onclick="window.print()"></span>
|
||
|
<span class="prop"><label><input type="checkbox" id="propdescription" checked="checked" onclick="$('#tasklist .description')[this.checked ? 'show' : 'hide']()" /> <roundcube:label name="tasklist.printdescriptions" /></label></span>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div id="tasks" class="pagewidth">
|
||
|
<roundcube:object name="plugin.tasklist_print" id="tasklist" />
|
||
|
</div>
|
||
|
|
||
|
<roundcube:include file="includes/footer.html" />
|