Monotone-Parent: ff9f575e827547be397fdb096775dc09d813c270

Monotone-Revision: 4c6881268ddcd38365c2c1b0097a33383ac7839f

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-09-19T15:40:58
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-09-19 15:40:58 +00:00
parent 3580eb01e2
commit a18d65ff7e
4 changed files with 44 additions and 49 deletions
@@ -9,10 +9,6 @@
className="UIxContactsSelectionViewContainer"
title="name"
>
<var:component className="UIxContactsFilterPanel" qualifier="qualifier" />
<!-- the content -->
<table id="contactsList" multiselect="yes">
<tbody>
<tr class="tableview">
@@ -46,7 +42,7 @@
var:id="currentContact.c_name"
var:contactname="currentContact.cn"
var:contactid="currentContact.c_uid"
onclick="return onRowClick(event);"
onclick="return onContactRowClick(event, this);"
ondblclick="return onContactRowDblClick(event, this);"
oncontextmenu="return onContactContextMenu(event, this);">
<td onmousedown="return false;"><img rsrc:src="abcard.gif" /><var:string value="currentContact.cn" /></td>