adding button print calendar toolbar, adding template for the print window, ajusting indentation

This commit is contained in:
Alexandre Cloutier
2014-04-14 10:32:08 -04:00
parent 49363cfe36
commit cb5e6e7ef2
5 changed files with 284 additions and 218 deletions
@@ -37,6 +37,12 @@
onclick = "return onMonthOverview();";
image = "month-view.png";
tooltip = "Switch to month view"; } ),
( { link = "#";
onclick = "";
cssClass = "tbicon_print single-window-not-conditional";
image = "tb-mail-print-flat-24x24.png";
label = "Print View";
tooltip = "Print the current calendar view"; } ),
( { link = "#";
label="Delete";
onclick = "return deleteEvent(this);";