sogo/UI/Templates/UIxAclEditor.wox
Wolfgang Sourdeau e66bf60cb7 Monotone-Parent: 373c88d1b022af209d0c5807d62b262cf60ee5bf
Monotone-Revision: 85e8a21a77536298272957804613bdc6189853fc

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-12-20T16:45:35
Monotone-Branch: ca.inverse.sogo
2006-12-20 16:45:35 +00:00

36 lines
1.5 KiB
XML

<?xml version="1.0" standalone="yes"?>
<var:component 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"
className="UIxPageFrame"
title="title"
var:toolbar="toolbar"
const:popup="YES">
<form id="aclForm" const:href="saveAcls">
<div class="acls">
<input type="hidden" name="action" value="saveAcls" />
<input type="hidden" name="delegates" id="delegates" />
<input type="hidden" name="assistants" id="assistants" />
<label><var:string label:value="Owner:" />
<span class="value"><strong><var:string value="ownerCN" /></strong></span></label><br />
<var:component className="UIxContactSelector"
const:selectorId="userRoles"
const:hasCheckBoxes="YES"
const:checkBoxOnChange="return updateAclStatus(this);"
contacts="usersForFolder"
checkedBoxes="checkedUsers"
/>
<span class="legend"><var:string label:value="(Unchecked = assistant, checked = delegate)" /></span><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>