diff options
Diffstat (limited to 'phpBB/styles/subSilver/template/ucp_header.html')
-rw-r--r-- | phpBB/styles/subSilver/template/ucp_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/ucp_header.html b/phpBB/styles/subSilver/template/ucp_header.html index c1eee778ee..dfddea4c8c 100644 --- a/phpBB/styles/subSilver/template/ucp_header.html +++ b/phpBB/styles/subSilver/template/ucp_header.html @@ -26,7 +26,7 @@ <tr> <td class="row2"><textarea name="username_list" rows="5" cols="22"></textarea><br /> <ul class="nav" style="margin: 0px; padding: 0px; list-style-type: none; line-height: 175%;"> - <li>» <a href="{U_SEARCH_USER}" onclick="window.open('{U_SEARCH_USER}', '_phpbbsearch', 'HEIGHT=500,resizable=yes,scrollbars=yes,WIDTH=740');return false">{L_FIND_USERNAME}</a></li> + <li>» <a href="{U_FIND_USERNAME}" onclick="find_username(); return false;">{L_FIND_USERNAME}</a></li> </ul> </td> </tr> |