- see ChangeLog;

Monotone-Parent: a3f0d21df8bb4086c716a7df725f85f857ce0b07
Monotone-Revision: eac5138b971d77a6b7878c62a571cdfb12efa3b2

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-07-07T21:43:39
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2006-07-07 21:43:39 +00:00
parent 98eae38677
commit 0f29325819
4 changed files with 25 additions and 3 deletions

View File

@ -52,7 +52,8 @@ SchedulerUI_OBJC_FILES = \
SchedulerUI_RESOURCE_FILES += \
Version \
product.plist
product.plist \
SchedulerUI.js
SchedulerUI_RESOURCE_FILES += \
images/next_week.gif \

View File

@ -0,0 +1,9 @@
function newEvent(sender) {
var urlstr;
urlstr = "new";
window.open(urlstr, "SOGo_compose",
"width=680,height=520,resizable=1,scrollbars=1,toolbar=0," +
"location=0,directories=0,status=0,menubar=0,copyhistory=0");
return false; /* stop following the link */
}

View File

@ -1,6 +1,8 @@
( /* the toolbar groups -*-cperl-*- */
( { link = "new";
( { link = "#";
isSafe = NO;
label="New Event";
onclick = "newEvent(this);return false;";
image="new-event.png"; },
{ link = "new_task";
label="New Task";

View File

@ -8,6 +8,14 @@
className="UIxPageFrame"
title="name"
>
<script type="text/javascript">
function submitMeeting(thisForm) {
thisForm.submit();
opener.window.location.reload();
window.close();
}
</script>
<var:js-stringtable const:framework="SchedulerUI.SOGo"
const:identifier="labels" />
@ -313,9 +321,11 @@
</tr>
<tr>
<td>
<input type="submit" label:value="Save" name="save:method" />
<input type="submit" label:value="Save" name="save:method"
onclick="submitMeeting(this.form); return false;" />
<span class="button_auto_env"
><a href="../weekoverview"
onclick="window.close(); return false;"
var:queryDictionary="queryParameters"
class="button_auto"
><var:string label:value="Cancel" /></a></span>