equal
deleted
inserted
replaced
1 <!-- VAR acl_field_begin --> |
1 <!-- VAR acl_field_begin --> |
2 <div class="tblholder"> |
2 <div class="tblholder"> |
3 <table border="0" cellspacing="1" cellpadding="4" style="width: 100%;"> |
3 <table border="0" cellspacing="1" cellpadding="4" style="width: 100%;"> |
4 <tr> |
4 <tr> |
5 <th></th> |
5 <th></th> |
6 <th style='cursor: pointer;' title="Click to change all columns" onclick="__aclSetAllRadios('1');">Deny</th> |
6 <th style='cursor: pointer;' title="Click to change all columns" onclick="__aclSetAllRadios('1');">{lang:acl_lbl_field_deny}</th> |
7 <th style='cursor: pointer;' title="Click to change all columns" onclick="__aclSetAllRadios('2');">Disallow</th> |
7 <th style='cursor: pointer;' title="Click to change all columns" onclick="__aclSetAllRadios('2');">{lang:acl_lbl_field_disallow}</th> |
8 <th style='cursor: pointer;' title="Click to change all columns" onclick="__aclSetAllRadios('3');">Wiki mode</th> |
8 <th style='cursor: pointer;' title="Click to change all columns" onclick="__aclSetAllRadios('3');">{lang:acl_lbl_field_wikimode}</th> |
9 <th style='cursor: pointer;' title="Click to change all columns" onclick="__aclSetAllRadios('4');">Allow</th> |
9 <th style='cursor: pointer;' title="Click to change all columns" onclick="__aclSetAllRadios('4');">{lang:acl_lbl_field_allow}</th> |
10 </tr> |
10 </tr> |
11 <!-- ENDVAR acl_field_begin --> |
11 <!-- ENDVAR acl_field_begin --> |
12 <!-- VAR acl_field_item --> |
12 <!-- VAR acl_field_item --> |
13 <tr> |
13 <tr> |
14 <td class="{ROW_CLASS}">{FIELD_DESC}</td> |
14 <td class="{ROW_CLASS}">{FIELD_DESC}</td> |
19 </tr> |
19 </tr> |
20 <!-- ENDVAR acl_field_item --> |
20 <!-- ENDVAR acl_field_item --> |
21 <!-- VAR acl_field_end --> |
21 <!-- VAR acl_field_end --> |
22 <tr> |
22 <tr> |
23 <td colspan="5" class="row3"> |
23 <td colspan="5" class="row3"> |
24 <p><b>Permission types:</b></p> |
24 {lang:acl_lbl_help} |
25 <ul> |
|
26 <li><b>Allow</b> means that the user is allowed to access the item</li> |
|
27 <li><b>Wiki mode</b> means the user can access the item if wiki mode is active (per-page wiki mode is taken into account)</li> |
|
28 <li><b>Disallow</b> means the user is denied access unless something allows it.</li> |
|
29 <li><b>Deny</b> means that the user is denied access to the item. This setting overrides all other permissions.</li> |
|
30 </ul> |
|
31 </td> |
25 </td> |
32 </tr> |
26 </tr> |
33 </table> |
27 </table> |
34 </div> |
28 </div> |
35 <!-- ENDVAR acl_field_end --> |
29 <!-- ENDVAR acl_field_end --> |