Monotone-Parent: 7d2b86578ac10360d4af5ba1d0812b383ec8c885

Monotone-Revision: 8340091a2eb14ecaaf0f35d7198bde06fef4da27

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-09-06T22:28:49
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-09-06 22:28:49 +00:00
parent 9450a40a36
commit e057b589bc
2 changed files with 9 additions and 6 deletions
+3
View File
@@ -1,5 +1,8 @@
2006-09-06 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/Templates/SchedulerUI/UIxCalInlineAptView.wox: appointments
can now be clicked.
* UI/WebServerResources/SchedulerUI.js: implemented a mechanism to
imitate Sunbird's synchronization between the 3 visible views.
@@ -14,20 +14,20 @@
<img rsrc:src="apt_icon_private.gif"
/></var:if
><a href="#"
onclick="onCalendarSelectAppointment(event, this);"
ondblclick="displayAppointment(event, this);"
var:aptId="appointment.uid"
var:title="tooltip"
var:queryDictionary="queryDictionary"
><small><var:string value="title"
><var:string value="title"
const:escapeHTML="NO"
style="style"
/></small></a
/></a
></var:if
><var:if condition="canAccess" const:negate="YES"
><img rsrc:src="apt_icon_private.gif" />
<small><var:string value="title"
><img rsrc:src="apt_icon_private.gif"
/><var:string value="title"
const:escapeHTML="NO"
style="style"
/></small
></var:if>
/></var:if>
</span>