aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
authordougk_ff7 <dougk_ff7@users.sourceforge.net>2001-10-15 02:58:50 +0000
committerdougk_ff7 <dougk_ff7@users.sourceforge.net>2001-10-15 02:58:50 +0000
commite89a960a9062af8081c8613696e425d6f29057d2 (patch)
treebd66b9bbac53d977706e4ee97ccc806a4a51bfa6 /phpBB/templates
parent2eb565a15c44c2ac16cb44c6b2d11fe78b1f7d86 (diff)
downloadforums-e89a960a9062af8081c8613696e425d6f29057d2.tar
forums-e89a960a9062af8081c8613696e425d6f29057d2.tar.gz
forums-e89a960a9062af8081c8613696e425d6f29057d2.tar.bz2
forums-e89a960a9062af8081c8613696e425d6f29057d2.tar.xz
forums-e89a960a9062af8081c8613696e425d6f29057d2.zip
Allows for selectable ranks in user admin.
git-svn-id: file:///svn/phpbb/trunk@1202 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r--phpBB/templates/PSO/admin/user_edit_body.tpl4
-rw-r--r--phpBB/templates/subSilver/admin/user_edit_body.tpl4
-rw-r--r--phpBB/templates/subSilver/admin/user_select_body.tpl2
3 files changed, 9 insertions, 1 deletions
diff --git a/phpBB/templates/PSO/admin/user_edit_body.tpl b/phpBB/templates/PSO/admin/user_edit_body.tpl
index 3871b0d5f3..54a9e2dfce 100644
--- a/phpBB/templates/PSO/admin/user_edit_body.tpl
+++ b/phpBB/templates/PSO/admin/user_edit_body.tpl
@@ -137,6 +137,10 @@
<td class="row2"><input type="radio" name="user_allowavatar" value="1" {ALLOW_AVATAR_YES} /> <span class="gen">{L_YES}</span>&nbsp;&nbsp;<input type="radio" name="user_allowavatar" value="0" {ALLOW_AVATAR_NO} /> <span class="gen">{L_NO}</span></td>
</tr>
<tr>
+ <td class="row1"><span class="gen">{L_SELECT_RANK}:</span></td>
+ <td class="row2"><select name="user_rank">{RANK_SELECT_BOX}</select></td>
+ </tr>
+ <tr>
<td class="row1"><span class="gen">{L_DELETE_USER}?</span></td>
<td class="row2"><input type="checkbox" name="deleteuser">{L_DELETE_USER_EXPLAIN}</td>
</tr>
diff --git a/phpBB/templates/subSilver/admin/user_edit_body.tpl b/phpBB/templates/subSilver/admin/user_edit_body.tpl
index 4d34cc2a09..f782f4493d 100644
--- a/phpBB/templates/subSilver/admin/user_edit_body.tpl
+++ b/phpBB/templates/subSilver/admin/user_edit_body.tpl
@@ -237,6 +237,10 @@
<input type="radio" name="user_allowavatar" value="0" {ALLOW_AVATAR_NO} />
<span class="gen">{L_NO}</span></td>
</tr>
+ <tr>
+ <td class="row1"><span class="gen">{L_SELECT_RANK}:</span></td>
+ <td class="row2"><select name="user_rank">{RANK_SELECT_BOX}</select></td>
+ </tr>
<tr>
<td class="row1"><span class="gen">{L_DELETE_USER}?</span></td>
<td class="row2">
diff --git a/phpBB/templates/subSilver/admin/user_select_body.tpl b/phpBB/templates/subSilver/admin/user_select_body.tpl
index 9d3e3bc1c8..88a0e7cb49 100644
--- a/phpBB/templates/subSilver/admin/user_select_body.tpl
+++ b/phpBB/templates/subSilver/admin/user_select_body.tpl
@@ -8,6 +8,6 @@
<th class="thHead" align="center">{L_USER_SELECT}</th>
</tr>
<tr>
- <td class="row1" align="center"><input type="text" class="post" name="username" maxlength="50" size="20" /> <input type="submit" name="submit" value="{L_LOOK_UP}" class="mainoption" /> <input type="submit" name="usersubmit" value="{L_FIND_USERNAME}" class="liteoption" onClick="window.open('{U_SEARCH_USER}', '_phpbbsearch', 'HEIGHT=250,resizable=yes,WIDTH=400');return false;" /></td>
+ <td class="row1" align="center"><input type="text" class="post" name="username_select" maxlength="50" size="20" /> <input type="hidden" name="mode" value="edit" /><input type="submit" name="submit" value="{L_LOOK_UP}" class="mainoption" /> <input type="submit" name="usersubmit" value="{L_FIND_USERNAME}" class="liteoption" onClick="window.open('{U_SEARCH_USER}', '_phpbbsearch', 'HEIGHT=250,resizable=yes,WIDTH=400');return false;" /></td>
</tr>
</table></form>