mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-10 01:11:22 +00:00
Monotone-Parent: 0567eb28810ae0cf0ebbc6bced572977a02c61b2
Monotone-Revision: e028485fd0fd0bb51522ced58e9d11dd52dc844e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-03T22:06:54 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
xmlns:label="OGo:label"
|
||||
xmlns:rsrc="OGo:url"
|
||||
className="UIxContactsListViewContainer"
|
||||
selectorComponentClass="selectorComponentClass"
|
||||
title="name"
|
||||
var:popup="isPopup"
|
||||
>
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
|
||||
<form name="searchform" var:href="view" var:_sort="sortKey"
|
||||
onsubmit="return onSearchFormSubmit();" method="GET">
|
||||
<var:if condition="isPopup" const:negate="YES">
|
||||
<!-- var:if condition="isPopup" const:negate="YES"> -->
|
||||
<var:if condition="hideFolderTree" const:negate="YES">
|
||||
<div class="contactFoldersList" id="contactFoldersList">
|
||||
<div class="titlediv"><var:string label:value="Address Books" /></div>
|
||||
@@ -106,10 +106,16 @@
|
||||
<div id="contactView" onmousedown="return false;"
|
||||
></div>
|
||||
</div>
|
||||
</var:if>
|
||||
<!-- /var:if> -->
|
||||
|
||||
<var:if condition="isPopup">
|
||||
<var:component-content />
|
||||
<!-- var:if condition="isPopup">
|
||||
var:component-content />
|
||||
/var:if> -->
|
||||
|
||||
<var:if condition="hasContactSelectionButtons">
|
||||
<div class="contactSelection">
|
||||
<var:component value="selectorComponent" />
|
||||
</div>
|
||||
</var:if>
|
||||
</form>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user