]> err.no Git - scalable-opengroupware.org/blob - UI/Templates/MailerUI/UIxMailUserRightsEditor.wox
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1180 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / Templates / MailerUI / UIxMailUserRightsEditor.wox
1 <?xml version="1.0" standalone="yes"?>
2 <!DOCTYPE var:component>
3 <var:component xmlns="http://www.w3.org/1999/xhtml"
4   xmlns:var="http://www.skyrix.com/od/binding"
5   xmlns:const="http://www.skyrix.com/od/constant"
6   xmlns:uix="OGo:uix"
7   xmlns:label="OGo:label"
8   xmlns:rsrc="OGo:url"
9   className="UIxPageFrame"
10   title="title"
11   const:toolbar="none"
12   const:popup="YES">
13   <form id="userRightsForm" const:href="saveUserRights">
14     <input type="hidden" name="uid" var:value="uid"/>
15     <div class="title">
16       <var:if condition="userIsDefaultUser">
17         <label><span class="value"><var:string label:value="Default Roles"
18               /></span></label>
19       </var:if><var:if condition="userIsDefaultUser" const:negate="YES">
20         <label><var:string label:value="User rights for:"/><br/>
21           <span class="value"><var:string value="userDisplayName"
22               /></span></label></var:if>
23     </div>
24     <div class="calendarUserRights">
25       <label><input type="checkbox" class="checkBox"
26           const:name="ObjectViewer"
27           var:checked="userCanSeeFolder"/><var:string
28           label:value="List and see this folder"/></label>
29       <br/>
30       <label><input type="checkbox" class="checkBox"
31           const:name="ObjectReader"
32           var:checked="userCanReadMails"/><var:string
33           label:value="Read mails from this folder"/></label>
34       <br/>
35       <label><input type="checkbox" class="checkBox"
36           const:name="MailSeenKeeper"
37           var:checked="userCanMarkMailsRead"/><var:string
38           label:value="Mark mails read and unread"/></label>
39       <br/>
40       <label><input type="checkbox" class="checkBox"
41           const:name="MailWriter"
42           var:checked="userCanWriteMails"/><var:string
43           label:value="Modify the flags of the mails in this folder"/></label>
44       <br/>
45       <label><input type="checkbox" class="checkBox"
46           const:name="ObjectCreator"
47           var:checked="userCanInsertMails"/><var:string
48           label:value="Insert, copy and move mails into this folder"/></label>
49       <br/>
50       <label><input type="checkbox" class="checkBox"
51           const:name="MailPoster"
52           var:checked="userCanPostMails"/><var:string
53           label:value="Post mails"/></label>
54       <br/>
55       <label><input type="checkbox" class="checkBox"
56           const:name="FolderCreator"
57           var:checked="userCanCreateSubfolders"/><var:string
58           label:value="Add subfolders to this folder"/></label>
59       <br/>
60       <label><input type="checkbox" class="checkBox"
61           const:name="ObjectEraser"
62           var:checked="userCanRemoveFolder"/><var:string
63           label:value="Remove this folder"/></label>
64       <br/>
65       <label><input type="checkbox" class="checkBox"
66           const:name="MailMessageEraser"
67           var:checked="userCanEraseMails"/><var:string
68           label:value="Erase mails from this folder"/></label>
69       <br/>
70       <label><input type="checkbox" class="checkBox"
71           const:name="MailExpunger"
72           var:checked="userCanExpungeFolder"/><var:string
73           label:value="Expunge this folder"/></label>
74       <br/>
75       <label><input type="checkbox" class="checkBox"
76           const:name="MailAdministrator"
77           var:checked="userIsAdministrator"/><var:string
78           label:value="Modify the acl of this folder"/></label>
79       <br/>
80     </div>
81     <div class="buttons">
82       <input const:name="updateButton" id="updateButton"
83         class="button" type="submit" label:value="Update"/>
84       <input const:name="cancelButton" id="cancelButton"
85         class="button" type="button" label:value="Cancel"/>
86     </div>
87   </form>
88 </var:component>