diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-21 16:20:40 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-21 16:20:40 +0000 |
commit | bc5d1514d4ee63d1f3fd141f424a0ad8f97dcf5a (patch) | |
tree | a3f5986b13399db8bdea19232eca4adf703aaa6a /phpBB/templates | |
parent | d630bbde99c3102b6fd1af1ce0024e91c5af69bc (diff) | |
download | forums-bc5d1514d4ee63d1f3fd141f424a0ad8f97dcf5a.tar forums-bc5d1514d4ee63d1f3fd141f424a0ad8f97dcf5a.tar.gz forums-bc5d1514d4ee63d1f3fd141f424a0ad8f97dcf5a.tar.bz2 forums-bc5d1514d4ee63d1f3fd141f424a0ad8f97dcf5a.tar.xz forums-bc5d1514d4ee63d1f3fd141f424a0ad8f97dcf5a.zip |
Minor change to use username selector
git-svn-id: file:///svn/phpbb/trunk@1407 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r-- | phpBB/templates/subSilver/admin/group_edit_body.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/templates/subSilver/admin/group_edit_body.tpl b/phpBB/templates/subSilver/admin/group_edit_body.tpl index 269baac3a2..cc7ca5c795 100644 --- a/phpBB/templates/subSilver/admin/group_edit_body.tpl +++ b/phpBB/templates/subSilver/admin/group_edit_body.tpl @@ -1,7 +1,7 @@ <h1>{L_GROUP_TITLE}</h1> -<form action="{S_GROUP_ACTION}" method="post"><table border="0" cellpadding="3" cellspacing="1" class="forumline" align="center"> +<form action="{S_GROUP_ACTION}" method="post" name="post"><table border="0" cellpadding="3" cellspacing="1" class="forumline" align="center"> <tr> <th class="thHead" colspan="2">{L_GROUP_EDIT_DELETE}</th> </tr> @@ -22,7 +22,7 @@ </tr> <tr> <td class="row1" width="38%"><span class="gen">{L_GROUP_MODERATOR}:</span></td> - <td class="row2" width="62%">{S_SELECT_MODERATORS}</td> + <td class="row2" width="62%"><input type="text" class="post" name="username" maxlength="50" size="20" value="{GROUP_MODERATOR}" /> <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> <tr> |