mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-06 20:15:26 +00:00
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:
@@ -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," +
|
||||
|
||||
Reference in New Issue
Block a user