Merge pull request #36 from alexcloutier/feat/calendarPrint

New print option in Calendar module
This commit is contained in:
Francis Lachapelle
2014-05-16 16:56:51 -04:00
14 changed files with 1712 additions and 223 deletions

View File

@@ -34,6 +34,13 @@ var categoriesStyleSheet = null;
var clipboard = null;
var eventsToCopy = [];
function printView() {
window.open("printView","","width=660,height=470");
return false; /* stop following the link */
}
function newEvent(type, day, hour, duration) {
var folder = null;
if (UserDefaults['SOGoDefaultCalendar'] == 'personal')