2018-04-02 17:46:14 +00:00
|
|
|
<roundcube:include file="includes/layout.html" />
|
2018-03-19 08:34:13 +01:00
|
|
|
|
2018-04-02 17:46:14 +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" class="pretty-checkbox" />
|
|
|
|
<label for="propdescription"><roundcube:label name="calendar.printdescriptions" /></label>
|
|
|
|
</span>
|
|
|
|
<div id="calendar-view-selector" class="btn-group btn-group-toggle" role="group"></div>
|
2018-03-19 08:34:13 +01:00
|
|
|
</div>
|
|
|
|
|
2018-04-02 17:46:14 +00:00
|
|
|
<div class="print-content">
|
|
|
|
<div id="calendar" data-view-selector="calendar-view-selector"></div>
|
2018-03-19 08:34:13 +01:00
|
|
|
</div>
|
|
|
|
|
2018-04-03 12:24:31 +02:00
|
|
|
<roundcube:object name="plugin.calendar_list" activeonly="true" id="calendarlist" class="hidden" />
|
2018-03-19 08:34:13 +01:00
|
|
|
<roundcube:object name="plugin.calendar_css" printmode="true" />
|
|
|
|
|
2018-04-02 17:46:14 +00:00
|
|
|
<roundcube:include file="includes/footer.html" />
|