aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/simple_header.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/simple_header.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/simple_header.html')
-rw-r--r--phpBB/adm/style/simple_header.html31
1 files changed, 21 insertions, 10 deletions
diff --git a/phpBB/adm/style/simple_header.html b/phpBB/adm/style/simple_header.html
index b234ad6456..d555bc1443 100644
--- a/phpBB/adm/style/simple_header.html
+++ b/phpBB/adm/style/simple_header.html
@@ -73,16 +73,27 @@ function marklist(id, name, state)
}
}
-<!-- IF S_INCLUDE_SWATCH -->
- /**
- * Color swatch
- */
- function swatch()
- {
- window.open('{UA_SWATCH}', '_swatch', 'height=150, resizable=yes, scrollbars=no, width=636');
- return false;
- }
-<!-- ENDIF -->
+/**
+* Find a member
+*/
+function find_username()
+{
+ <!-- IF UA_FIND_USERNAME -->
+ window.open('{UA_FIND_USERNAME}', '_usersearch', 'height=500, resizable=yes, scrollbars=yes, width=740');
+ <!-- ENDIF -->
+ return false;
+}
+
+/**
+* Color swatch
+*/
+function swatch(field)
+{
+ <!-- IF UA_SWATCH -->
+ window.open('{UA_SWATCH}' + field, '_swatch', 'height=150, resizable=yes, scrollbars=no, width=636');
+ <!-- ENDIF -->
+ return false;
+}
//-->
</script>