diff options
author | David M <davidmj@users.sourceforge.net> | 2007-04-05 01:52:31 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2007-04-05 01:52:31 +0000 |
commit | 35e6a47c6ad245d460627b128e160e10cba752b9 (patch) | |
tree | 8ab793a2d6336eaa284e54e40743e9c7dba638cf /phpBB | |
parent | 3eec9b84d1c9eab8262f976a4efe07d36bdc0265 (diff) | |
download | forums-35e6a47c6ad245d460627b128e160e10cba752b9.tar forums-35e6a47c6ad245d460627b128e160e10cba752b9.tar.gz forums-35e6a47c6ad245d460627b128e160e10cba752b9.tar.bz2 forums-35e6a47c6ad245d460627b128e160e10cba752b9.tar.xz forums-35e6a47c6ad245d460627b128e160e10cba752b9.zip |
#9618
git-svn-id: file:///svn/phpbb/trunk@7280 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/adm/style/acp_users_signature.html | 6 | ||||
-rw-r--r-- | phpBB/adm/style/editor.js | 1 | ||||
-rw-r--r-- | phpBB/styles/prosilver/template/editor.js | 1 | ||||
-rw-r--r-- | phpBB/styles/subsilver2/template/editor.js | 1 | ||||
-rw-r--r-- | phpBB/styles/subsilver2/template/posting_buttons.html | 6 |
5 files changed, 9 insertions, 6 deletions
diff --git a/phpBB/adm/style/acp_users_signature.html b/phpBB/adm/style/acp_users_signature.html index 3c66e52662..ded0b5dee1 100644 --- a/phpBB/adm/style/acp_users_signature.html +++ b/phpBB/adm/style/acp_users_signature.html @@ -5,9 +5,9 @@ var text_name = 'signature'; // Define the bbCode tags - bbcode = new Array(); - bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code]','[/code]','[list]','[/list]','[list=]','[/list]','[img]','[/img]','[url]','[/url]','[flash=]', '[/flash]','[size=]','[/size]'<!-- BEGIN custom_tags -->, {custom_tags.BBCODE_NAME}<!-- END custom_tags -->); - imageTag = false; + var bbcode = new Array(); + var bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code]','[/code]','[list]','[/list]','[list=]','[/list]','[img]','[/img]','[url]','[/url]','[flash=]', '[/flash]','[size=]','[/size]'<!-- BEGIN custom_tags -->, {custom_tags.BBCODE_NAME}<!-- END custom_tags -->); + var imageTag = false; // Helpline messages var help_line = { diff --git a/phpBB/adm/style/editor.js b/phpBB/adm/style/editor.js index 51634a60cd..2f490f4746 100644 --- a/phpBB/adm/style/editor.js +++ b/phpBB/adm/style/editor.js @@ -299,6 +299,7 @@ function colorPalette(dir, width, height) { var r = 0, g = 0, b = 0; var numberList = new Array(6); + var color = ''; numberList[0] = '00'; numberList[1] = '40'; diff --git a/phpBB/styles/prosilver/template/editor.js b/phpBB/styles/prosilver/template/editor.js index 51634a60cd..2f490f4746 100644 --- a/phpBB/styles/prosilver/template/editor.js +++ b/phpBB/styles/prosilver/template/editor.js @@ -299,6 +299,7 @@ function colorPalette(dir, width, height) { var r = 0, g = 0, b = 0; var numberList = new Array(6); + var color = ''; numberList[0] = '00'; numberList[1] = '40'; diff --git a/phpBB/styles/subsilver2/template/editor.js b/phpBB/styles/subsilver2/template/editor.js index 51634a60cd..2f490f4746 100644 --- a/phpBB/styles/subsilver2/template/editor.js +++ b/phpBB/styles/subsilver2/template/editor.js @@ -299,6 +299,7 @@ function colorPalette(dir, width, height) { var r = 0, g = 0, b = 0; var numberList = new Array(6); + var color = ''; numberList[0] = '00'; numberList[1] = '40'; diff --git a/phpBB/styles/subsilver2/template/posting_buttons.html b/phpBB/styles/subsilver2/template/posting_buttons.html index dce4efb02f..eda483e48f 100644 --- a/phpBB/styles/subsilver2/template/posting_buttons.html +++ b/phpBB/styles/subsilver2/template/posting_buttons.html @@ -4,9 +4,9 @@ <!-- // Define the bbCode tags - bbcode = new Array(); - bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code]','[/code]','[list]','[/list]','[list=]','[/list]','[img]','[/img]','[url]','[/url]','[flash=]', '[/flash]','[size=]','[/size]'<!-- BEGIN custom_tags -->, {custom_tags.BBCODE_NAME}<!-- END custom_tags -->); - imageTag = false; + var bbcode = new Array(); + var bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code]','[/code]','[list]','[/list]','[list=]','[/list]','[img]','[/img]','[url]','[/url]','[flash=]', '[/flash]','[size=]','[/size]'<!-- BEGIN custom_tags -->, {custom_tags.BBCODE_NAME}<!-- END custom_tags -->); + var imageTag = false; // Helpline messages var help_line = { |