author | Dan |
Sun, 06 Dec 2009 21:53:06 -0500 | |
changeset 1149 | be4feea8872a |
parent 345 | 4ccdfeee9a11 |
child 1227 | bdac73ed481e |
permissions | -rw-r--r-- |
0 | 1 |
<!-- VAR acl_field_begin --> |
2 |
<div class="tblholder"> |
|
3 |
<table border="0" cellspacing="1" cellpadding="4" style="width: 100%;"> |
|
4 |
<tr> |
|
5 |
<th></th> |
|
345
4ccdfeee9a11
WiP commit for admin panel localization. All modules up to Admin:UserManager (working down the list) are localized except Admin:ThemeManager, which is due for a rewrite
Dan
parents:
218
diff
changeset
|
6 |
<th style='cursor: pointer;' title="Click to change all columns" onclick="__aclSetAllRadios('i');">{lang:acl_lbl_field_inherit}</th> |
218 | 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> |
|
0 | 11 |
</tr> |
12 |
<!-- ENDVAR acl_field_begin --> |
|
13 |
<!-- VAR acl_field_item --> |
|
14 |
<tr> |
|
15 |
<td class="{ROW_CLASS}">{FIELD_DESC}</td> |
|
345
4ccdfeee9a11
WiP commit for admin panel localization. All modules up to Admin:UserManager (working down the list) are localized except Admin:ThemeManager, which is due for a rewrite
Dan
parents:
218
diff
changeset
|
16 |
<td class="{ROW_CLASS}" style="text-align: center;"><input type="radio" value="i" name="{FIELD_NAME}" {FIELD_INHERIT_CHECKED} /></td> |
0 | 17 |
<td class="{ROW_CLASS}" style="text-align: center;"><input type="radio" value="1" name="{FIELD_NAME}" {FIELD_DENY_CHECKED} /></td> |
18 |
<td class="{ROW_CLASS}" style="text-align: center;"><input type="radio" value="2" name="{FIELD_NAME}" {FIELD_DISALLOW_CHECKED} /></td> |
|
19 |
<td class="{ROW_CLASS}" style="text-align: center;"><input type="radio" value="3" name="{FIELD_NAME}" {FIELD_WIKIMODE_CHECKED} /></td> |
|
20 |
<td class="{ROW_CLASS}" style="text-align: center;"><input type="radio" value="4" name="{FIELD_NAME}" {FIELD_ALLOW_CHECKED} /></td> |
|
21 |
</tr> |
|
22 |
<!-- ENDVAR acl_field_item --> |
|
23 |
<!-- VAR acl_field_end --> |
|
24 |
<tr> |
|
345
4ccdfeee9a11
WiP commit for admin panel localization. All modules up to Admin:UserManager (working down the list) are localized except Admin:ThemeManager, which is due for a rewrite
Dan
parents:
218
diff
changeset
|
25 |
<td colspan="6" class="row3"> |
218 | 26 |
{lang:acl_lbl_help} |
0 | 27 |
</td> |
28 |
</tr> |
|
29 |
</table> |
|
30 |
</div> |
|
31 |
<!-- ENDVAR acl_field_end --> |
|
32 |