mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-25 13:25:28 +00:00
Monotone-Parent: 51ade360bf65e2f18177a9e121d6d9aedcc975d6
Monotone-Revision: 4b3e779fea77f240e47bc50eb2b081a68379e9d7 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-16T18:52:38 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -31,16 +31,19 @@
|
||||
><li var:uid="currentContactId"
|
||||
onmousedown="return false;"
|
||||
onclick="onRowClick(event);"
|
||||
><var:if condition="hasCheckBoxes"
|
||||
><input type="checkbox" class="checkBox"
|
||||
>
|
||||
<var:if condition="hasColors"
|
||||
><span class="colorBox" var:style="currentContactStyle"><!-- spacer --></span>
|
||||
</var:if><var:if condition="hasCheckBoxes">
|
||||
<input type="checkbox" class="checkBox"
|
||||
var:checked="isCheckBoxChecked"
|
||||
var:onchange="checkBoxOnChange"
|
||||
/></var:if
|
||||
><var:if condition="hasCheckBoxes"
|
||||
const:negate="YES"
|
||||
><img rsrc:src="abcard.gif"
|
||||
/></var:if
|
||||
><var:string value="currentContactName" /></li>
|
||||
var:onchange="checkBoxOnChange" />
|
||||
</var:if>
|
||||
<var:if condition="hasCheckBoxes"
|
||||
const:negate="YES">
|
||||
<img rsrc:src="abcard.gif" />
|
||||
</var:if>
|
||||
<var:string value="currentContactName" /></li>
|
||||
</var:foreach>
|
||||
</ul><br />
|
||||
<!-- <span xmlns="http://www.w3.org/1999/xhtml"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
xmlns:var="http://www.skyrix.com/od/binding"
|
||||
xmlns:const="http://www.skyrix.com/od/constant"
|
||||
xmlns:rsrc="OGo:url"
|
||||
class="appointmentView"
|
||||
var:class="displayClasses"
|
||||
>
|
||||
<var:if condition="appointment.isRecurrentEvent">
|
||||
<!-- TODO: maxime needs to provide an image instead! -->
|
||||
|
||||
Reference in New Issue
Block a user