From 8ce38c75048b567dd6b2c8456316fe4e68794379 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 19 Nov 2006 14:14:35 +0000 Subject: some style related changes/fixes git-svn-id: file:///svn/phpbb/trunk@6604 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/style/overall_header.html | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) (limited to 'phpBB/adm/style/overall_header.html') diff --git a/phpBB/adm/style/overall_header.html b/phpBB/adm/style/overall_header.html index 0cdf9636e8..d5b3ff5f7e 100644 --- a/phpBB/adm/style/overall_header.html +++ b/phpBB/adm/style/overall_header.html @@ -83,20 +83,31 @@ function marklist(id, name, state) */ function trace(link) { - window.open(link, '_trace', 'height=515, resizable=yes, scrollbars=yes, width=680'); + window.open(link.replace(/&/g, '&'), '_trace', 'height=515, resizable=yes, scrollbars=yes, width=680'); return false; } - - /** - * Color swatch - */ - function swatch() - { - window.open('{UA_SWATCH}', '_swatch', 'height=150, resizable=yes, scrollbars=no, width=636'); - return false; - } - +/** +* Find a member +*/ +function find_username() +{ + + window.open('{UA_FIND_USERNAME}', '_usersearch', 'height=500, resizable=yes, scrollbars=yes, width=740'); + + return false; +} + +/** +* Color swatch +*/ +function swatch(field) +{ + + window.open('{UA_SWATCH}' + field, '_swatch', 'height=150, resizable=yes, scrollbars=no, width=636'); + + return false; +} //--> -- cgit v1.2.1