aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver/template/ucp_header.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-12-10 15:09:31 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-12-10 15:09:31 +0000
commit564e6782f04ca81ddad8bba5e041aa1bd8914be8 (patch)
treec7e1a8d019744984e44cd51cfccaa89305c72d00 /phpBB/styles/subSilver/template/ucp_header.html
parente274c6abc60d4dde3039027954297a8f589777c6 (diff)
downloadforums-564e6782f04ca81ddad8bba5e041aa1bd8914be8.tar
forums-564e6782f04ca81ddad8bba5e041aa1bd8914be8.tar.gz
forums-564e6782f04ca81ddad8bba5e041aa1bd8914be8.tar.bz2
forums-564e6782f04ca81ddad8bba5e041aa1bd8914be8.tar.xz
forums-564e6782f04ca81ddad8bba5e041aa1bd8914be8.zip
- #6110
- #6102 - #6096 git-svn-id: file:///svn/phpbb/trunk@6738 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/ucp_header.html')
-rw-r--r--phpBB/styles/subSilver/template/ucp_header.html2
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>&#187; <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>&#187; <a href="{U_FIND_USERNAME}" onclick="find_username(); return false;">{L_FIND_USERNAME}</a></li>
</ul>
</td>
</tr>