2018-03-15 13:27:22 +00:00
|
|
|
<roundcube:include file="includes/layout.html" />
|
|
|
|
|
2018-03-22 19:31:13 +00:00
|
|
|
<div class="print-config">
|
|
|
|
<button class="btn btn-primary print" onclick="window.print()"><roundcube:label name='print' /></button>
|
|
|
|
<span class="prop">
|
|
|
|
<input type="checkbox" id="propdescription" checked="checked" onclick="$('#tasklist .description')[this.checked ? 'show' : 'hide']()" />
|
|
|
|
<label for="propdescription"><roundcube:label name="tasklist.printdescriptions" /></label>
|
|
|
|
</span>
|
2018-03-15 13:27:22 +00:00
|
|
|
</div>
|
|
|
|
|
2018-03-22 19:31:13 +00:00
|
|
|
<div class="print-content">
|
2018-03-15 13:27:22 +00:00
|
|
|
<roundcube:object name="plugin.tasklist_print" id="tasklist" />
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<roundcube:include file="includes/footer.html" />
|