mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-25 13:25:28 +00:00
Monotone-Parent: 29daf92fa0ac85b3652548951584a86d0009f74b
Monotone-Revision: 42554f4024d0f63e6fb10fd04d29b6a1da54715e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-13T23:33:17 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -24,15 +24,23 @@
|
||||
var:id="selectorIdList"
|
||||
var:name="selectorId"
|
||||
var:value="initialContactsAsString" />
|
||||
<ul
|
||||
var:id="selectorIdDisplay"
|
||||
<ul var:id="selectorIdDisplay"
|
||||
multiselect="yes"
|
||||
class="contactList">
|
||||
<var:foreach list="contacts" item="currentContact"
|
||||
><li var:uid="currentContactId"
|
||||
onmousedown="return false;"
|
||||
onclick="onRowClick(event);"
|
||||
><img rsrc:src="abcard.gif"
|
||||
/><var:string value="currentContactName" /></li>
|
||||
><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:foreach>
|
||||
</ul><br />
|
||||
<!-- <span xmlns="http://www.w3.org/1999/xhtml"
|
||||
|
||||
Reference in New Issue
Block a user