mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 19:24:01 +02:00
[ticket/10737] Avoid hard-coding table row and use case-insensitive search.
PHPBB3-10737
This commit is contained in:
@@ -9,7 +9,13 @@
|
||||
<fieldset class="fields1 column1">
|
||||
<dl>
|
||||
<dt><label for="username">{L_USERNAME}{L_COLON}</label></dt>
|
||||
<dd><input type="text" name="username" id="username" value="{USERNAME}" class="inputbox liveinput" autocomplete="off" /> <table class="table1" id="livesearch"></table></dd>
|
||||
<dd><input type="text" name="username" id="username" value="{USERNAME}" class="inputbox liveinput" autocomplete="off" />
|
||||
<table class="table1 zebra-list" id="livesearch">
|
||||
<tr id="user-search-row-tpl" style="display: none;">
|
||||
<td><a class="user-search-link user-search-name" target='_blank'></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</dd>
|
||||
</dl>
|
||||
<!-- IF S_EMAIL_SEARCH_ALLOWED -->
|
||||
<dl>
|
||||
|
Reference in New Issue
Block a user