blob: 920e77f603065323c60bad6b94180cd7fc4f2147 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
|
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html" />
<title>Folder permissions</title>
<link rel="stylesheet" type="text/css" href="[#SQWEBMAILCSS#]" />
<meta name="GENERATOR" content="amaya 8.8.1, see http://www.w3.org/Amaya/"
/>
<meta name="MSSmartTagsPreventParsing" content="TRUE" />
<script type="text/javascript" language="Javascript">
<!--
function updent()
{
if (document.form1.entitytype.value == "user"
|| document.form1.entitytype.value == "group"
|| document.form1.entitytype.value == "other")
{
document.form1.entity.disabled=false;
}
else
{
document.form1.entity.disabled=true;
document.form1.entity.value="";
}
}
//-->
</script>
</head>
<body onload="javascript:updent()">
<!--
[#$FOLDERTITLE=Folder permissions - #]
[#$INBOX=INBOX#]
[#$DRAFTS=Drafts#]
[#$TRASH=Trash#]
[#$SENT=Sent#]
[#$PUBLICFOLDERS=<em>Public Folders</em>#]
[#$ACL_a=<span class="acl-a">Administrator</span>#]
[#$ACL_c=<span class="acl-c">Create subfolders</span>#]
[#$ACL_e=<span class="acl-e">Expunge messages</span>#]
[#$ACL_i=<span class="acl-i">Insert messages</span>#]
[#$ACL_l=<span class="acl-l">Visible (lookup)</span>#]
[#$ACL_r=<span class="acl-r">Open</span>#]
[#$ACL_s=<span class="acl-s">Change read/unread status</span>#]
[#$ACL_t=<span class="acl-t">Mark messages as deleted</span>#]
[#$ACL_w=<span class="acl-w">Update message flags</span>#]
[#$ACL_x=<span class="acl-x">Delete folder</span>#]
[#$ACL_unknown=<em>Access type "%s" not implemented</em>#]
[#$ACL_all=aceilrstwx#]
[#$ACL_noaccess=<div class="small-error">You do not have administrative access to this folder</div>#]
[#$ACL_failed=<div class="small-error">Requested permissions are not valid</div>#]
[#$ENTITY=Entity#]
[#$ACCESSRIGHTS=Access Rights#]
[#$EDIT=edit#]
[#$DELETE=delete#]
[#$OR=or, user=#]
[#$UPDATEHDR=Update access rights:#]
[#$UPDATE=Update#]
[#$ACL_noaccess=<p class="small-error">Internal error - unable to update ACLs</p>#]
[#$ACL_cantread=<p class="small-error">ACL access denied.</p>#]
[#$USER=user:#]
[#$GROUP=group:#]
[#$OWNER=owner#]
[#$ANONYMOUS=anonymous#]
[#$ADMINISTRATORS=administrators#]
[#$OTHER=other:#]
-->
<div align="center">
<!-- Top Header -->
<table cellpadding="0" cellspacing="0" border="0" width="95%">
<tbody>
<tr style="line-height: 0">
<td align="left" valign="top"
style="line-height: 0">[#@graytopleft.png, width="11" height="11"
alt="" border="0"@@#]</td>
<td bgcolor="#cccccc" class="graybox"></td>
<td align="right" valign="top"
style="line-height: 0">[#@graytopright.png, width="11" height="11"
alt="" border="0"@@#]</td>
</tr>
<tr bgcolor="#cccccc" class="graybox">
<td> </td>
<td bgcolor="#cccccc" class="graybox" width="100%">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td align="left" width="100%" valign="middle"
class="pageheader">[#f#]</td>
<td align="right" valign="middle">[#G#]</td>
</tr>
</tbody>
</table>
</td>
<td> </td>
</tr>
<tr style="line-height: 0">
<td align="left" valign="bottom">[#@graybottomleft.png, width="11"
height="11" alt="" border="0"@@#]</td>
<td bgcolor="#cccccc" class="graybox"></td>
<td align="right" valign="bottom">[#@graybottomright.png, width="11"
height="11" alt="" border="0"@@#]</td>
</tr>
</tbody>
</table>
<!-- End of Top Header -->
<!-- Sections. Folders, Create Messages, Preferences, Etc. -->
[#include:navbar2#] <!-- Border around the folders list -->
<div class="folder-acl-box">
<table>
<tbody>
<tr>
<th colspan="2" align="left">Your have the following permissions on
this folder:</th>
</tr>
<tr>
<td> </td>
<td>[#LISTRIGHTS#]</td>
</tr>
</tbody>
</table>
<br />
<hr width="80%" />
[#GETACL#]
<p><a href="[#s#]&form=folders&folderdir=[#D#]">Finished</a></p>
<!-- ============ -->
</div>
<p>[#B#]</p>
</div>
</body>
</html>
|