1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 01:06:48 +02:00

show dropdown box for choosing the forum in user management screen -> permissions

git-svn-id: file:///svn/phpbb/trunk@6808 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2006-12-25 15:19:45 +00:00
parent c428ca8f23
commit fcc22ef2b0
6 changed files with 85 additions and 39 deletions

View File

@@ -731,10 +731,21 @@ var help_line = {
<!-- ELSEIF S_PERMISSIONS -->
<fieldset class="quick">
<div style="float: right;">
<a href="{U_USER_PERMISSIONS}">&raquo; {L_SET_USERS_PERMISSIONS}</a><br />
<a href="{U_USER_FORUM_PERMISSIONS}">&raquo; {L_SET_USERS_FORUM_PERMISSIONS}</a>
</fieldset>
</div>
<form id="select_forum" method="post" action="{U_ACTION}">
<fieldset class="quick" style="text-align: left;">
{L_SELECT_FORUM}: <select name="f">{S_FORUM_OPTIONS}</select>
<input class="button2" type="submit" value="{L_GO}" name="select" />
</fieldset>
</form>
<br clear="all" />
<!-- INCLUDE permission_mask.html -->