aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_groups.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-11-19 14:14:35 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-11-19 14:14:35 +0000
commit8ce38c75048b567dd6b2c8456316fe4e68794379 (patch)
tree8d8d860d58b061f569ecf09ab61e28285b9a136d /phpBB/adm/style/acp_groups.html
parent8391d6d71dfdb7c27a2b1313c38f6adbd1f1195e (diff)
downloadforums-8ce38c75048b567dd6b2c8456316fe4e68794379.tar
forums-8ce38c75048b567dd6b2c8456316fe4e68794379.tar.gz
forums-8ce38c75048b567dd6b2c8456316fe4e68794379.tar.bz2
forums-8ce38c75048b567dd6b2c8456316fe4e68794379.tar.xz
forums-8ce38c75048b567dd6b2c8456316fe4e68794379.zip
some style related changes/fixes
git-svn-id: file:///svn/phpbb/trunk@6604 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_groups.html')
-rw-r--r--phpBB/adm/style/acp_groups.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_groups.html b/phpBB/adm/style/acp_groups.html
index 3d4e274228..1d3ed9c62f 100644
--- a/phpBB/adm/style/acp_groups.html
+++ b/phpBB/adm/style/acp_groups.html
@@ -247,7 +247,7 @@
<dl>
<dt><label for="usernames">{L_USERNAME}:</label><br /><span>{L_USERNAMES_EXPLAIN}</span></dt>
<dd><textarea id="usernames" name="usernames" cols="40" rows="5"></textarea></dd>
- <dd>[ <a href="{U_FIND_USERNAME}" onclick="window.open('{UA_FIND_USERNAME}', '_usersearch', 'height=500, resizable=yes, scrollbars=yes, width=740'); return false;">{L_FIND_USERNAME}</a> ]</dd>
+ <dd>[ <a href="{U_FIND_USERNAME}" onclick="find_username(); return false;">{L_FIND_USERNAME}</a> ]</dd>
</dl>
</fieldset>