author | Dan |
Sat, 13 Dec 2008 11:47:48 -0500 | |
changeset 10 | 1fdb801384f2 |
parent 5 | d8d8c482856f |
permissions | -rw-r--r-- |
4
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
1 |
<!-- VAR acl_field_begin --> |
5 | 2 |
<div class="tblholder"> |
4
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
3 |
<table border="0" cellspacing="1" cellpadding="4" style="width: 100%;"> |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
4 |
<tr> |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
5 |
<th></th> |
5 | 6 |
<th style='cursor: pointer;' title="Click to change all columns" onclick="__aclSetAllRadios('i');">{lang:acl_lbl_field_inherit}</th> |
7 |
<th style='cursor: pointer;' title="Click to change all columns" onclick="__aclSetAllRadios('1');">{lang:acl_lbl_field_deny}</th> |
|
8 |
<th style='cursor: pointer;' title="Click to change all columns" onclick="__aclSetAllRadios('2');">{lang:acl_lbl_field_disallow}</th> |
|
9 |
<th style='cursor: pointer;' title="Click to change all columns" onclick="__aclSetAllRadios('3');">{lang:acl_lbl_field_wikimode}</th> |
|
10 |
<th style='cursor: pointer;' title="Click to change all columns" onclick="__aclSetAllRadios('4');">{lang:acl_lbl_field_allow}</th> |
|
4
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
11 |
</tr> |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
12 |
<!-- ENDVAR acl_field_begin --> |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
13 |
<!-- VAR acl_field_item --> |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
14 |
<tr> |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
15 |
<td class="{ROW_CLASS}">{FIELD_DESC}</td> |
5 | 16 |
<td class="{ROW_CLASS}" style="text-align: center;"><input type="radio" value="i" name="{FIELD_NAME}" {FIELD_INHERIT_CHECKED} /></td> |
4
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
17 |
<td class="{ROW_CLASS}" style="text-align: center;"><input type="radio" value="1" name="{FIELD_NAME}" {FIELD_DENY_CHECKED} /></td> |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
18 |
<td class="{ROW_CLASS}" style="text-align: center;"><input type="radio" value="2" name="{FIELD_NAME}" {FIELD_DISALLOW_CHECKED} /></td> |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
19 |
<td class="{ROW_CLASS}" style="text-align: center;"><input type="radio" value="3" name="{FIELD_NAME}" {FIELD_WIKIMODE_CHECKED} /></td> |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
20 |
<td class="{ROW_CLASS}" style="text-align: center;"><input type="radio" value="4" name="{FIELD_NAME}" {FIELD_ALLOW_CHECKED} /></td> |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
21 |
</tr> |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
22 |
<!-- ENDVAR acl_field_item --> |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
23 |
<!-- VAR acl_field_end --> |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
24 |
<tr> |
5 | 25 |
<td colspan="6" class="row3"> |
26 |
{lang:acl_lbl_help} |
|
4
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
27 |
</td> |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
28 |
</tr> |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
29 |
</table> |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
30 |
</div> |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
31 |
<!-- ENDVAR acl_field_end --> |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
32 |