mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-15 15:58:52 +00:00
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
This commit is contained in:
parent
c3988db7d8
commit
a1c1036b8c
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue