aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/subSilver/editor.js
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2002-11-18 21:04:45 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2002-11-18 21:04:45 +0000
commit6e910ca116436e227561eb51b51ed7aca9667242 (patch)
tree9a0b8695b587cb3d90f936e22f93877ab7d0ce22 /phpBB/templates/subSilver/editor.js
parentce40939e608a2b2f36fa2c9b7f47ab52d1b02a42 (diff)
downloadforums-6e910ca116436e227561eb51b51ed7aca9667242.tar
forums-6e910ca116436e227561eb51b51ed7aca9667242.tar.gz
forums-6e910ca116436e227561eb51b51ed7aca9667242.tar.bz2
forums-6e910ca116436e227561eb51b51ed7aca9667242.tar.xz
forums-6e910ca116436e227561eb51b51ed7aca9667242.zip
Cache moderator names? Output moderators for all forums in viewforum. Alter a few things in templates
git-svn-id: file:///svn/phpbb/trunk@3061 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver/editor.js')
-rw-r--r--phpBB/templates/subSilver/editor.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/templates/subSilver/editor.js b/phpBB/templates/subSilver/editor.js
index 1ace036de3..57ea604e93 100644
--- a/phpBB/templates/subSilver/editor.js
+++ b/phpBB/templates/subSilver/editor.js
@@ -152,7 +152,7 @@ function storeCaret(textEl) {
if (textEl.createTextRange) textEl.caretPos = document.selection.createRange().duplicate();
}
-function unixSafeColours()
+function colorPalette()
{
var r = 0, g = 0, b = 0;
var numberList = new Array(6);
@@ -171,7 +171,7 @@ function unixSafeColours()
{
color = String(numberList[r]) + String(numberList[g]) + String(numberList[b]);
document.write('<td bgcolor="#' + color + '">');
- document.write('<a href="javascript:bbfontstyle(\'[color=#' + color + ']\', \'[/color]\');"><img src="images/spacer.gif" width="10" height="6" border="0" alt="#' + color + '" title="#' + color + '" /></a>');
+ document.write('<a href="javascript:bbfontstyle(\'[color=#' + color + ']\', \'[/color]\');" onmouseover="helpline(\'s\');"><img src="images/spacer.gif" width="10" height="6" border="0" alt="#' + color + '" title="#' + color + '" /></a>');
document.writeln('</td>');
}
document.writeln('</tr>');