mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 03:22:37 +02:00
[ticket/10737] Remove loading indicator.
PHPBB3-10737
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
<dl style="overflow: visible;">
|
<dl style="overflow: visible;">
|
||||||
<dt><label for="username">{L_USERNAME}{L_COLON}</label></dt>
|
<dt><label for="username">{L_USERNAME}{L_COLON}</label></dt>
|
||||||
<dd>
|
<dd>
|
||||||
<input type="text" name="username" id="username" value="{USERNAME}" class="inputbox"<!-- IF U_LIVE_SEARCH --> autocomplete="off" data-filter="phpbb.search.filter" data-ajax="member_search" data-min-length="3" data-url="{U_LIVE_SEARCH}" data-results="#user-search"<!-- ENDIF --> />
|
<input type="text" name="username" id="username" value="{USERNAME}" class="inputbox"<!-- IF U_LIVE_SEARCH --> autocomplete="off" data-filter="phpbb.search.filter" data-ajax="member_search" data-min-length="3" data-url="{U_LIVE_SEARCH}" data-results="#user-search" data-overlay="false"<!-- ENDIF --> />
|
||||||
<!-- IF U_LIVE_SEARCH -->
|
<!-- IF U_LIVE_SEARCH -->
|
||||||
<div class="dropdown-container">
|
<div class="dropdown-container">
|
||||||
<div class="dropdown live-search hidden" id="user-search">
|
<div class="dropdown live-search hidden" id="user-search">
|
||||||
|
Reference in New Issue
Block a user