mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 03:45:25 +00:00
Monotone-Parent: 1beab6f7161f1ff90581edaf85291cb4aa19c519
Monotone-Revision: 259559c21caed39aa6ab914f31e8244a63e1f96a Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-11-07T18:14:29 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
className="UIxPageFrame"
|
||||
const:popup="YES"
|
||||
title="name"
|
||||
>
|
||||
var:toolbar="toolbar">
|
||||
<script type="text/javascript" rsrc:src="skycalendar.js">
|
||||
</script>
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
className="UIxPageFrame"
|
||||
const:popup="YES"
|
||||
title="name"
|
||||
>
|
||||
var:toolbar="toolbar">
|
||||
<script type="text/javascript" rsrc:src="skycalendar.js">
|
||||
</script>
|
||||
|
||||
|
||||
@@ -78,7 +78,7 @@
|
||||
</div>
|
||||
</var:if
|
||||
|
||||
><var:component className="UIxToolbar"
|
||||
><var:component className="UIxToolbar" var:toolbar="toolbar"
|
||||
/>
|
||||
|
||||
<div var:class="pageContentClasses"
|
||||
|
||||
@@ -115,6 +115,14 @@ function deleteEvent()
|
||||
return false;
|
||||
}
|
||||
|
||||
function modifyEvent(sender, modification) {
|
||||
var currentLocation = '' + window.location;
|
||||
var arr = currentLocation.split("/");
|
||||
arr[arr.length-1] = modification;
|
||||
window.location = arr.join("/");
|
||||
window.close();
|
||||
}
|
||||
|
||||
function deleteEventCallback(http)
|
||||
{
|
||||
if (http.readyState == 4
|
||||
|
||||
Reference in New Issue
Block a user