]> err.no Git - scalable-opengroupware.org/blob - UI/Templates/UIxAclEditor.wox
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1029 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / Templates / UIxAclEditor.wox
1 <?xml version="1.0" standalone="yes"?>
2   <var:component xmlns="http://www.w3.org/1999/xhtml"
3     xmlns:var="http://www.skyrix.com/od/binding"
4     xmlns:const="http://www.skyrix.com/od/constant"
5     xmlns:uix="OGo:uix"
6     xmlns:label="OGo:label"
7     className="UIxPageFrame"
8     title="title"
9     var:toolbar="toolbar"
10     const:popup="YES">
11
12     <form id="aclForm" const:href="saveAcls">
13       <div class="acls">
14         <input type="hidden" name="action" value="saveAcls" />
15         <input type="hidden" name="delegates" var:value="delegatesValue"
16           id="delegates" />
17         <input type="hidden" name="assistants" var:value="assistantsValue"
18           id="assistants" />
19         <label><var:string label:value="Owner:" />
20           <span class="value"><strong><var:string value="ownerCN" /></strong></span></label><br />
21         <var:component className="UIxContactSelector"
22           const:selectorId="userRoles"
23           const:checkBoxOnChange="return updateAclStatus(this);"
24           contacts="usersForFolder" />
25         <select id="userRoleDropDown" name="currentUserRole">
26           <option value="assistant"><var:string label:value="Assistant" /></option>
27           <option value="delegate"><var:string label:value="Delegate" /></option>
28         </select><br />
29         <var:if condition="clientIsCalendar"
30           ><label id="freeBusyLabel"><input type="checkbox"
31               var:checked="publishInFreeBusy"
32               class="checkBox" name="freebusy" id="freebusy"
33               /><var:string label:value="Localizable/Publish the Free/Busy information"
34               /></label></var:if>
35       </div>
36     </form>
37   </var:component>