diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-10-15 23:18:21 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-10-15 23:18:21 +0000 |
| commit | a1c1036b8c8c1bbb27105df9c4b7b6d11612c888 (patch) | |
| tree | 08167b0d2a6bbcd47c7acd8fed71240f603724e9 /phpBB | |
| parent | c3988db7d89dcb077d764d1daca92b24d7a335f6 (diff) | |
| download | forums-a1c1036b8c8c1bbb27105df9c4b7b6d11612c888.tar forums-a1c1036b8c8c1bbb27105df9c4b7b6d11612c888.tar.gz forums-a1c1036b8c8c1bbb27105df9c4b7b6d11612c888.tar.bz2 forums-a1c1036b8c8c1bbb27105df9c4b7b6d11612c888.tar.xz forums-a1c1036b8c8c1bbb27105df9c4b7b6d11612c888.zip | |
Oops, commited wrong file earlier to fix user select bug in admin_user/admin_userauth
git-svn-id: file:///svn/phpbb/trunk@1214 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/templates/subSilver/admin/user_select_body.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/admin/user_select_body.tpl b/phpBB/templates/subSilver/admin/user_select_body.tpl index 88a0e7cb49..7d0e1324b4 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_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> + <td class="row1" align="center"><input type="text" class="post" name="username" 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> |
