UI/Common/UIxAclEditor.h

Monotone-Parent: e24f6ea1b25c661581e4f801fec1795b9c8fb5f6
Monotone-Revision: 2f2079c5229941fee5868ae444a3ba34b62083a8

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-04-17T13:56:19
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-04-17 13:56:19 +00:00
parent 1b1d18ede8
commit 46405eb442
3 changed files with 97 additions and 220 deletions
+3 -24
View File
@@ -14,17 +14,11 @@
<form id="aclForm" const:href="saveAcls">
<div class="acls">
<input type="hidden" name="action" value="saveAcls"/>
<input type="hidden" name="delegates" var:value="delegatesValue"
id="delegates"/>
<input type="hidden" name="assistants" var:value="assistantsValue"
id="assistants"/>
<input type="hidden" id="userUIDS" name="userUIDS"
var:value="userUIDS"/>
<label><var:string label:value="Owner:"/><br/>
<span class="value"><strong><var:string value="ownerName"/></strong></span></label><br/>
<!-- var:component className="UIxContactSelector"
const:checkBoxOnChange="return updateAclStatus(this);"
contacts="usersForFolder" -->
<div class="userSelector" id="userRoles">
<span id="userSelectorButtons">
<a href="#"
@@ -36,29 +30,14 @@
label:title="Remove"
/></a>
</span>
<input type="hidden"
var:id="selectorIdList"
var:name="selectorId"
var:value="initialContactsAsString"/>
<ul id="userList" multiselect="yes">
<var:foreach list="usersForFolder" item="currentUser"
<var:foreach list="usersForObject" item="currentUser"
><li var:id="currentUser">
<img rsrc:src="abcard.gif"/>
<var:string value="currentUserDisplayName"/></li>
</var:foreach>
</ul>
</div>
<select id="userRoleDropDown" name="currentUserRole">
<option value="assistant"><var:string label:value="Assistant"/></option>
<option value="delegate"><var:string label:value="Delegate"/></option>
</select><br/>
<var:if condition="clientIsCalendar"
><label id="freeBusyLabel"><input type="checkbox"
var:checked="publishInFreeBusy"
class="checkBox" name="freebusy" id="freebusy"
/><var:string label:value="Localizable/Publish the Free/Busy information"
/></label></var:if>
</div>
</form>
</var:component>