mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 04:15:26 +00:00
Monotone-Parent: 411bd2c474676e8b793da5510bb3a0dd6e801a65
Monotone-Revision: 5ce544e4196355529d09f53ee1f29a26e0df0733 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-08-09T21:37:24 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -48,12 +48,34 @@
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<form name="searchform" var:href="view" var:_sort="sortKey"
|
||||
method="GET">
|
||||
<form name="searchform" var:href="view" var:_sort="sortKey"
|
||||
onsubmit="return onSearchFormSubmit();" method="GET">
|
||||
<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="Addressbook" /></div>
|
||||
|
||||
<ul id="contactFolders" onselectionchange="onFolderSelectionChange();">
|
||||
<var:foreach list="contactFolders" item="currentFolder">
|
||||
<var:if condition="isFolderCurrent"
|
||||
><li var:id="currentContactFolderId"
|
||||
class="_selected"
|
||||
onmousedown="return false;"
|
||||
onclick="return onRowClick(event);"
|
||||
oncontextmenu="return onContactFolderContextMenu(event);"
|
||||
><var:string value="currentContactFolderName" /></li
|
||||
></var:if
|
||||
><var:if condition="isFolderCurrent"
|
||||
const:negate="YES"
|
||||
><li var:id="currentContactFolderId"
|
||||
onmousedown="return false;"
|
||||
onclick="return onRowClick(event);"
|
||||
oncontextmenu="return onContactFolderContextMenu(event);"
|
||||
><var:string value="currentContactFolderName" /></li
|
||||
></var:if>
|
||||
</var:foreach>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="dragHandle" id="dragHandle"
|
||||
@@ -83,6 +105,6 @@
|
||||
</var:if>
|
||||
|
||||
<script type="text/javascript">
|
||||
currentContactFolder = '<var:string value="contactFolderName" />';
|
||||
currentContactFolder = '<var:string value="contactFolderId" />';
|
||||
</script>
|
||||
</var:component>
|
||||
|
||||
Reference in New Issue
Block a user