Monotone-Parent: b7f4c411f14c73b7c46455bde4433318b5c502c2

Monotone-Revision: dba2df1d9321c03df5a3ea5909bebb161e0e9b1b

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-09-05T19:54:20
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-09-05 19:54:20 +00:00
parent 6c4e34b472
commit 8674c7365b
3 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ function onSelectAll() {
function displayAppointment(event, sender) {
var aptId = sender.getAttribute("aptId");
var urlstr = ApplicationBaseURL + aptId + "/view";
var urlstr = ApplicationBaseURL + aptId + "/edit";
var win = window.open(urlstr, "SOGo_view_" + aptId,
"width=560,height=170,resizable=1,scrollbars=1,toolbar=0," +