mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-01 23:04:18 +00:00
Monotone-Parent: 29abd2cf2766adecab1dfb2ef0813cc697753b58
Monotone-Revision: c26c84a032f3392b6f9fb5b0d6859aa442b135af Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-06-08T13:44:02 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -2239,7 +2239,7 @@ function onCalendarModify(event) {
|
||||
var url = ApplicationBaseURL + calendarID + "/properties";
|
||||
var windowID = sanitizeWindowName(calendarID + " properties");
|
||||
var width = 310;
|
||||
var height = 330;
|
||||
var height = 350;
|
||||
var isWebCalendar = false;
|
||||
if (UserSettings['Calendar']
|
||||
&& UserSettings['Calendar']['WebCalendars']) {
|
||||
@@ -2251,7 +2251,7 @@ function onCalendarModify(event) {
|
||||
}
|
||||
var owner = selected.getAttribute("owner");
|
||||
if (owner == UserLogin) {
|
||||
height += 24;
|
||||
height += 20;
|
||||
}
|
||||
if (isWebCalendar) {
|
||||
height -= 38;
|
||||
|
||||
Reference in New Issue
Block a user