sogo/UI/Templates/UIxAclEditor.wox
Wolfgang Sourdeau 771adb4cca Monotone-Parent: bbddf99ab1004e7517cc003cb07411867df6fb1a
Monotone-Revision: 8bdda4b4de8339817059e9fba4d3a5e2a64d84ff

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-01-03T21:11:18
Monotone-Branch: ca.inverse.sogo
2007-01-03 21:11:18 +00:00

38 lines
1.6 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" var:value="delegatesValue"
id="delegates" />
<input type="hidden" name="assistants" var:value="assistantsValue"
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:checkBoxOnChange="return updateAclStatus(this);"
contacts="usersForFolder" />
<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>