mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-16 05:44:53 +00:00
Improved Web interface to handle calendars tags
Monotone-Parent: 6eda087f6dba9f0f98b63f259880cf2d343835d5 Monotone-Revision: 54b80d62e3c706aa43398f889ab394e00c6fa08e Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-08-18T01:03:05 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1822,8 +1822,12 @@ function onCalendarModify(event) {
|
||||
var calendarID = selected.getAttribute("id");
|
||||
var url = ApplicationBaseURL + calendarID + "/properties";
|
||||
var windowID = sanitizeWindowName(calendarID + " properties");
|
||||
var properties = window.open(url, windowID,
|
||||
"width=300,height=150,resizable=0");
|
||||
if (calendarID == "/personal")
|
||||
var properties = window.open(url, windowID,
|
||||
"width=310,height=250,resizable=0");
|
||||
else
|
||||
var properties = window.open(url, windowID,
|
||||
"width=310,height=270,resizable=0");
|
||||
properties.focus();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user