Monotone-Parent: 9327fed453d6acee03f0449816dbb2b401353927

Monotone-Revision: 97b95195a7611cd2eef64b51a69ae3a2308cef6a

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-11T18:53:04
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau 2006-10-11 18:53:04 +00:00
parent 9d33c75a28
commit 1440249a7c
5 changed files with 11 additions and 20 deletions

View file

@ -13,9 +13,7 @@
<script type="text/javascript" rsrc:src="skycalendar.js">
</script>
<form var:href="clientObject.baseURL"
name="editform"
onsubmit="return validateAptEditor()">
<form var:href="saveUrl" name="editform">
<var:if condition="hasErrorText">
<p style="background-color: #AA0000;">
@ -115,8 +113,8 @@
type="submit"
class="button"
label:value="Save"
name="save:method"
onclick="submitMeeting(this.form); return false;" />
name="submitmeeting"
onclick="submitMeeting(this.form);" />
<input
type="submit"
class="button"
@ -131,7 +129,7 @@
</div>
<input type="hidden" name="ical" var:value="iCalString" />
<input type="hidden" id="jsaction" />
<!-- input type="hidden" id="jsaction" -->
</form>
<!--
<var:if condition="canEditApt" const:negate="YES">

View file

@ -40,13 +40,14 @@
/></td
></tr>
<var:foreach list="fetchCoreInfos" item="currentAppointment"
<var:foreach list="fetchCoreAppointmentsInfos" item="currentAppointment"
><tr class="tableview appointmentRow"
var:id="currentAppointment.c_name"
onclick="return onAppointmentClick(event);"
ondblclick="return editDoubleClickedEvent(this);"
oncontextmenu="return onAppointmentContextMenu(event, this);"
var:day="currentSerialDay"
var:hour="currentSerialHour"
><td onmousedown="return false;"
class="subjectCell"
><var:string value="currentAppointment.title"

View file

@ -82,6 +82,6 @@
</table>
<script type="text/javascript">
scrollDayViewTo8();
scrollDayView();
</script>
</container>

View file

@ -16,7 +16,7 @@
><a href="#"
onclick="onCalendarSelectAppointment(event, this);"
ondblclick="displayAppointment(event, this);"
var:aptId="appointment.uid"
var:aptCName="appointment.c_name"
var:title="tooltip"
var:queryDictionary="queryDictionary"
><var:string value="title"

View file

@ -82,17 +82,9 @@
>Soon...</div>
</div>
<div id="leftDragHandle"
class="dragHandle"
onmousedown="startHandleDragging(event);"
onmousemove=""
upperblock="dateSelectorView"
lowerblock="tasksView">
</div>
<div id="tasksView">
Here are the tasks...
</div>
<div id="tasksListView"
><var:component className="UIxCalTasksListView"
/></div>
</div>
<div id="verticalDragHandle"