mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-23 14:10:32 +00:00
Monotone-Parent: 6f3f424424e1dc4ae51e22f8072993e3bd8ff14a
Monotone-Revision: f69d60b9d521e7955f8e0a7051cb02f730a5b031 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-31T23:01:12 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
var:aptCName="appointment.c_name"
|
||||
var:title="tooltip"
|
||||
var:queryDictionary="queryDictionary">
|
||||
<span var:class="displayClasses">
|
||||
<div var:class="displayClasses">
|
||||
<var:if condition="appointment.isRecurrentEvent">
|
||||
<!-- TODO: maxime needs to provide an image instead! -->
|
||||
<var:string const:value="[R]" style="style" />
|
||||
@@ -21,13 +21,13 @@
|
||||
<img rsrc:src="apt_icon_private.gif" />
|
||||
</var:if>
|
||||
<var:string value="title" const:escapeHTML="NO" style="style" />
|
||||
</span>
|
||||
</div>
|
||||
</a>
|
||||
</var:if>
|
||||
<var:if condition="canAccess" const:negate="YES">
|
||||
<span var:class="displayClasses">
|
||||
<img rsrc:src="apt_icon_private.gif" />
|
||||
<var:string value="title" const:escapeHTML="NO" style="style" />
|
||||
</span>
|
||||
</var:if>
|
||||
</span>
|
||||
</var:if>
|
||||
</container>
|
||||
|
||||
Reference in New Issue
Block a user