mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 20:13:22 +01:00
34 lines
1.3 KiB
Smarty
34 lines
1.3 KiB
Smarty
|
|
<h1>{L_USER_OR_GROUP} Authorisation Control</h1>
|
|
|
|
<form method="post" action="{S_USER_AUTH_ACTION}">
|
|
|
|
<h2>{L_USER_OR_GROUPNAME}: {USERNAME}</h2>
|
|
|
|
<p>{USER_GROUP_MEMBERSHIPS}</p>
|
|
|
|
<h2>Access to Forums</h2>
|
|
|
|
<p>Remember that there are two possible places for controlling access to forums, user and group auth control. Removing access rights from a user will not affect any rights granted via group membership. You will be warned if you remove access rights from a user (or group) but access is still granted via membership of a group (or via individual user rights)</p>
|
|
|
|
<div align="center"><table cellspacing="1" cellpadding="4" border="0">
|
|
<tr>
|
|
<th width="30%">Forum Name</th>
|
|
<th>Simple Access Control</th>
|
|
<th>Moderator</th>
|
|
</tr>
|
|
<!-- BEGIN forums -->
|
|
<tr>
|
|
<td class="{forums.ROW_CLASS}" align="center"><a href="{forums.U_FORUM_AUTH}" onClick="open_new_window('{forums.U_FORUM_AUTH}');return false" target="_new">{forums.FORUM_NAME}</a></td>
|
|
<td class="{forums.ROW_CLASS}" align="center">{forums.S_ACL_SELECT}</td>
|
|
<td class="{forums.ROW_CLASS}" align="center">{forums.S_MOD_SELECT}</td>
|
|
</tr>
|
|
<!-- END forums -->
|
|
<tr>
|
|
<td colspan="4" align="center"><br clear="all">
|
|
{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="Request Update"> <input type="reset" value="Reset Changes"></td>
|
|
</tr>
|
|
</table></div>
|
|
|
|
</form>
|