Monotone-Parent: f97e776b091761ccd4008a8d5ef7d8b765a2c744

Monotone-Revision: 0cbacccb99308a5774ed79b9828f759a42c94d3a

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-06-26T18:18:58
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Francis Lachapelle 2009-06-26 18:18:58 +00:00
parent fc2dee60ad
commit 865dae53aa
2 changed files with 7 additions and 13 deletions

View File

@ -1,16 +1,13 @@
<?xml version='1.0' standalone='yes'?>
<var:component
<container
xmlns="http://www.w3.org/1999/xhtml"
xmlns:var="http://www.skyrix.com/od/binding"
xmlns:const="http://www.skyrix.com/od/constant"
xmlns:rsrc="OGo:url"
xmlns:label="OGo:label"
xmlns:uix="OGo:uix"
className="UIxPageFrame"
title="name"
const:popup="YES"
xmlns:uix="OGo:uix">
><h3 class="contactCardTitle"><var:string value="contactCardTitle" /></h3
<h3 class="contactCardTitle"><var:string value="contactCardTitle" /></h3
><div id="leftContactColumn" class="contactColumn"
><div id="primaryInfos"
@ -72,4 +69,4 @@
/></div
></var:if
></div
></var:component>
></container>

View File

@ -1,14 +1,11 @@
<?xml version='1.0' standalone='yes'?>
<var:component
<container
xmlns="http://www.w3.org/1999/xhtml"
xmlns:var="http://www.skyrix.com/od/binding"
xmlns:const="http://www.skyrix.com/od/constant"
xmlns:uix="OGo:uix"
xmlns:label="OGo:label"
xmlns:rsrc="OGo:url"
className="UIxContactsListViewContainer"
selectorComponentClass="selectorComponentClass"
title="name">
xmlns:rsrc="OGo:url">
<table id="contactsList" cellspacing="0">
<thead>
<tr class="tableview">
@ -40,4 +37,4 @@
</var:foreach>
</tbody>
</table>
</var:component>
</container>