diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-09-20 15:36:00 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-09-20 15:36:00 +0000 |
commit | 529980ab79094234eda8e6d796a3e0736c1c00cc (patch) | |
tree | 52b664de6cded259ba6af3201fe6a3de607db371 /phpBB/adm/style/acp_users_overview.html | |
parent | 951f793daeb358eace97cdd0b1c321766da55d48 (diff) | |
download | forums-529980ab79094234eda8e6d796a3e0736c1c00cc.tar forums-529980ab79094234eda8e6d796a3e0736c1c00cc.tar.gz forums-529980ab79094234eda8e6d796a3e0736c1c00cc.tar.bz2 forums-529980ab79094234eda8e6d796a3e0736c1c00cc.tar.xz forums-529980ab79094234eda8e6d796a3e0736c1c00cc.zip |
language fixes and template adjustements for the whois facility...
git-svn-id: file:///svn/phpbb/trunk@8093 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_users_overview.html')
-rw-r--r-- | phpBB/adm/style/acp_users_overview.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_users_overview.html b/phpBB/adm/style/acp_users_overview.html index 9f8ed9648a..60090d5a3f 100644 --- a/phpBB/adm/style/acp_users_overview.html +++ b/phpBB/adm/style/acp_users_overview.html @@ -21,7 +21,7 @@ <dl> <dt><label>{L_REGISTERED_IP}:</label></dt> <dd><a href="{U_SHOW_IP}">{REGISTERED_IP}</a></dd> - <dd>[ <a href="#" onclick="window.open('{U_WHOIS}', '_whois', 'height=500, resizable=yes, scrollbars=yes, width=700'); return false;">{L_WHOIS}</a> ]</dd> + <dd>[ <a href="{U_WHOIS}" onclick="window.open(this.href, '_whois', 'height=500, resizable=yes, scrollbars=yes, width=700'); return false;">{L_WHOIS}</a> ]</dd> </dl> <!-- ENDIF --> <dl> |