mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-30 15:45:26 +00:00
Monotone-Parent: a4acb98c2869ac2c151eb4e31df9aa519b89d2bc
Monotone-Revision: f804bb16907aea71d5d796ed9fbcb17689826e71 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-04-06T21:30:13 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -39,7 +39,7 @@ function newEvent(sender, type) {
|
||||
if (params.length > 0)
|
||||
urlstr += "?" + params.join("&");
|
||||
|
||||
window.open(urlstr, "", "width=490,height=600,resizable=0");
|
||||
window.open(urlstr, "", "width=490,height=470,resizable=0");
|
||||
|
||||
return false; /* stop following the link */
|
||||
}
|
||||
@@ -53,7 +53,7 @@ function _editEventId(id, owner) {
|
||||
var urlstr = urlBase + id + "/edit";
|
||||
|
||||
var win = window.open(urlstr, "SOGo_edit_" + id,
|
||||
"width=490,height=600,resizable=0");
|
||||
"width=490,height=470,resizable=0");
|
||||
win.focus();
|
||||
}
|
||||
|
||||
@@ -1062,7 +1062,7 @@ function appendCalendar(folderName, folder) {
|
||||
colorBox.style.backgroundColor = color + ";";
|
||||
}
|
||||
li.appendChild(colorBox);
|
||||
li.appendChild(document.createTextNode(folderName));
|
||||
li.appendChild(document.createTextNode(" " + folderName));
|
||||
|
||||
calendarList.appendChild(li);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user