mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 19:35:38 +00:00
Monotone-Parent: d766e6a96f37106dbf56cfea346c58e058938622
Monotone-Revision: 90a8213f1d4a44142eb3eb21c4a1a2200390d5c0 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-08-04T22:59:14 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
2006-08-04 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/Templates/ContactsUI/UIxContactsListViewContainer.wox: added
|
||||
JS code to initialize the 'currentContactFolder' generic var.
|
||||
|
||||
* SoObjects/Contacts/SOGoContactFolder.m ([SOGoContactFolder
|
||||
+contactFolderWithSource:inContainer:andName:]): new class
|
||||
method meant to return an instance connected to the specified
|
||||
source. Currently useless but won't be anymore in the next few
|
||||
days.
|
||||
|
||||
* SoObjects/SOGo/SOGoUserFolder.h: commented out declaration of
|
||||
the "lookupFreeBusyObject" method since it does not exist.
|
||||
|
||||
|
||||
@@ -66,12 +66,12 @@
|
||||
</var:if>
|
||||
|
||||
<div id="contactsListContent">
|
||||
<var:component-content/>
|
||||
<var:component-content />
|
||||
</div>
|
||||
</var:if>
|
||||
|
||||
<var:if condition="isPopup">
|
||||
<var:component-content/>
|
||||
<var:component-content />
|
||||
</var:if>
|
||||
</form>
|
||||
|
||||
@@ -79,12 +79,10 @@
|
||||
</var:if>
|
||||
|
||||
<var:if condition="hideFrame">
|
||||
<var:component-content/>
|
||||
<var:component-content />
|
||||
</var:if>
|
||||
</var:component>
|
||||
|
||||
<var:if condition="isUIxDebugEnabled">
|
||||
<hr />
|
||||
<small>clientObject: <var:string value="clientObject" /></small>
|
||||
</var:if>
|
||||
</var:component>
|
||||
<script type="text/javascript">
|
||||
currentContactFolder = '<var:string value="contactFolderName" />';
|
||||
</script>
|
||||
</var:component>
|
||||
|
||||
Reference in New Issue
Block a user