Creation of the first version of the printing interface

This commit is contained in:
Alexandre Cloutier
2014-04-14 10:29:23 -04:00
parent cb5e6e7ef2
commit 8f6b0f80a7
9 changed files with 387 additions and 104 deletions
+7
View File
@@ -33,6 +33,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')