aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_permission_roles.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-03-28 17:10:07 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-03-28 17:10:07 +0000
commit7e47a8ddb023b3851d9f2d1dd153e535cb41172d (patch)
tree5968fe5a259b63d7f3330c808a6f5026625d3f8f /phpBB/adm/style/acp_permission_roles.html
parentfe9590cf5a3946260d61748cfc2ac0e13f10c23b (diff)
downloadforums-7e47a8ddb023b3851d9f2d1dd153e535cb41172d.tar
forums-7e47a8ddb023b3851d9f2d1dd153e535cb41172d.tar.gz
forums-7e47a8ddb023b3851d9f2d1dd153e535cb41172d.tar.bz2
forums-7e47a8ddb023b3851d9f2d1dd153e535cb41172d.tar.xz
forums-7e47a8ddb023b3851d9f2d1dd153e535cb41172d.zip
added ability to hide coppa groups (mainly applied to permission screens)
git-svn-id: file:///svn/phpbb/trunk@5744 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_permission_roles.html')
-rw-r--r--phpBB/adm/style/acp_permission_roles.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_permission_roles.html b/phpBB/adm/style/acp_permission_roles.html
index 972abe35a1..ca50fed187 100644
--- a/phpBB/adm/style/acp_permission_roles.html
+++ b/phpBB/adm/style/acp_permission_roles.html
@@ -186,9 +186,12 @@
<td style="vertical-align: top;"><b>{roles.NAME}</b></td>
<td style="vertical-align: top;">
<!-- IF roles.S_GROUP -->
+ <!-- a href="{roles.groups.U_GROUP}">{roles.groups.GROUP_NAME}</a><br / -->
+ <select name="r_groups">
<!-- BEGIN groups -->
- <a href="{roles.groups.U_GROUP}">{roles.groups.GROUP_NAME}</a><br />
+ <option<!-- IF roles.groups.S_SPECIAL_GROUP --> class="sep"<!-- ENDIF -->>{roles.groups.GROUP_NAME}</option>
<!-- END groups -->
+ </select>
<!-- ELSE -->
{L_EVERY_USER_GROUP}
<!-- ENDIF -->