mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12342] Remove spinner and fix useage of ajax on memberlist
PHPBB3-12342
This commit is contained in:
parent
6de0350836
commit
0c25c60381
2 changed files with 2 additions and 2 deletions
|
@ -389,7 +389,7 @@ $('#delete_permanent').click(function () {
|
||||||
*/
|
*/
|
||||||
$('#member_search').click(function () {
|
$('#member_search').click(function () {
|
||||||
$('#memberlist_search').slideToggle('fast');
|
$('#memberlist_search').slideToggle('fast');
|
||||||
phpbb.alt_text;
|
phpbb.ajaxCallbacks.alt_text.call(this);
|
||||||
// Focus on the username textbox if it's available and displayed
|
// Focus on the username textbox if it's available and displayed
|
||||||
if ($('#memberlist_search').is(':visible')) {
|
if ($('#memberlist_search').is(':visible')) {
|
||||||
$('#username').focus();
|
$('#username').focus();
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
<ul class="linklist wrap">
|
<ul class="linklist wrap">
|
||||||
<li>
|
<li>
|
||||||
<!-- IF U_FIND_MEMBER and not S_SEARCH_USER --><a href="{U_FIND_MEMBER}" id="member_search" data-ajax="alt_text" data-alt-text="{LA_HIDE_MEMBER_SEARCH}">{L_FIND_USERNAME}</a> • <!-- ELSEIF S_SEARCH_USER and U_HIDE_FIND_MEMBER and not S_IN_SEARCH_POPUP --><a href="{U_HIDE_FIND_MEMBER}" id="member_search" data-ajax="alt_text" data-alt-text="{LA_FIND_USERNAME}">{L_HIDE_MEMBER_SEARCH}</a> • <!-- ENDIF -->
|
<!-- IF U_FIND_MEMBER and not S_SEARCH_USER --><a href="{U_FIND_MEMBER}" id="member_search" data-alt-text="{LA_HIDE_MEMBER_SEARCH}">{L_FIND_USERNAME}</a> • <!-- ELSEIF S_SEARCH_USER and U_HIDE_FIND_MEMBER and not S_IN_SEARCH_POPUP --><a href="{U_HIDE_FIND_MEMBER}" id="member_search" data-alt-text="{LA_FIND_USERNAME}">{L_HIDE_MEMBER_SEARCH}</a> • <!-- ENDIF -->
|
||||||
<strong style="font-size: 0.95em;">
|
<strong style="font-size: 0.95em;">
|
||||||
<!-- BEGIN first_char -->
|
<!-- BEGIN first_char -->
|
||||||
<a href="{first_char.U_SORT}">{first_char.DESC}</a>
|
<a href="{first_char.U_SORT}">{first_char.DESC}</a>
|
||||||
|
|
Loading…
Add table
Reference in a new issue