Monotone-Parent: ab2613d820779df99f34c6d0ae2ec38908cae05f

Monotone-Revision: 28cde865644a3171d49fc0d08dad0efa39112fa2

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-04-19T21:30:25
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-04-19 21:30:25 +00:00
parent bed2246b97
commit add1d5441a
23 changed files with 124 additions and 49 deletions
+3 -3
View File
@@ -2153,7 +2153,7 @@ function onCalendarModify(event) {
var url = ApplicationBaseURL + calendarID + "/properties";
var windowID = sanitizeWindowName(calendarID + " properties");
var width = 310;
var height = 266;
var height = 275;
var isWebCalendar = false;
if (UserSettings['Calendar']
&& UserSettings['Calendar']['WebCalendars']) {
@@ -2164,9 +2164,9 @@ function onCalendarModify(event) {
}
}
if (isWebCalendar)
height += 21;
height += 41;
else if (calendarID == "/personal")
height -= 25;
height -= 26;
var properties = window.open(url, windowID,
"width="+width+",height="+height+",resizable=0");