mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 06:18:50 +00:00
Monotone-Parent: c73976edb3187b3cddf62ecf41e2dd015cfee4a4
Monotone-Revision: 2de883e2fbf69a378fd011a69eae3cfeb248e8de Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-09-26T18:52:47 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -40,12 +40,12 @@
|
||||
<var:foreach list="contactInfos" item="currentContact">
|
||||
<tr class="tableview"
|
||||
var:id="currentContact.c_name"
|
||||
var:contactname="currentContact.cn"
|
||||
var:contactname="displayName"
|
||||
var:contactid="currentContact.c_uid"
|
||||
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>
|
||||
<td onmousedown="return false;"><img rsrc:src="abcard.gif" /><var:string value="displayName" /></td>
|
||||
<td onmousedown="return false;"><var:string value="currentContact.mail" /></td>
|
||||
<td onmousedown="return false;"><var:string value="currentContact.telephonenumber" /></td>
|
||||
<td onmousedown="return false;"><var:string value="currentContact.l" /></td>
|
||||
|
||||
Reference in New Issue
Block a user