mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 18:26:32 +02:00
added ability to hide coppa groups (mainly applied to permission screens)
git-svn-id: file:///svn/phpbb/trunk@5744 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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 -->
|
||||
|
Reference in New Issue
Block a user