mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-10 21:09:50 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user