aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_styles.html
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2006-11-26 14:41:59 +0000
committerNils Adermann <naderman@naderman.de>2006-11-26 14:41:59 +0000
commit5c5330c29d3e19eab804d9dbfd0261e6459e00b8 (patch)
tree186d83619f9fdb0850110efe786c8bf753cc87a0 /phpBB/adm/style/acp_styles.html
parente3889a72e802c4dfea6812f9ff29f5acdd302a76 (diff)
downloadforums-5c5330c29d3e19eab804d9dbfd0261e6459e00b8.tar
forums-5c5330c29d3e19eab804d9dbfd0261e6459e00b8.tar.gz
forums-5c5330c29d3e19eab804d9dbfd0261e6459e00b8.tar.bz2
forums-5c5330c29d3e19eab804d9dbfd0261e6459e00b8.tar.xz
forums-5c5330c29d3e19eab804d9dbfd0261e6459e00b8.zip
Message for my last commit (no I didn't intent it to be "message"):
- include forums without search indexing in author searches and egosearch [Bug #5530, #4782] - allow changing search options when there are no results if a pre-defined search is used - added user_pass_convert flag for unconverted phpBB2 passwords and password conversion on first login and for this commit: - truncating dropdown in acp_styles and showing tooltip with complete string [Bug #5258] - UTF-8 compatible font for OS X users in ACP - destroy search cache on changing a post author [Bug #5538] git-svn-id: file:///svn/phpbb/trunk@6659 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_styles.html')
-rw-r--r--phpBB/adm/style/acp_styles.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_styles.html b/phpBB/adm/style/acp_styles.html
index d592dbaa25..3207c14d05 100644
--- a/phpBB/adm/style/acp_styles.html
+++ b/phpBB/adm/style/acp_styles.html
@@ -254,6 +254,13 @@
<h3>{L_SHOW_CSS_NOTE}</h3>
<p>{L_SHOW_CSS_EXPLAIN}</p>
<!-- ENDIF -->
+ <!-- include tooltip file -->
+ <script type="text/javascript" src="style/tooltip.js"></script>
+ <script type="text/javascript">
+ <!--
+ window.onload = function(){enable_tooltips_select('acp_styles', '', 'css_class')};
+ //-->
+ </script>
<form id="acp_styles" method="post" action="{U_ACTION}">