changed BulletList to BulletedList in ckeditor.egwconfig.js

This commit is contained in:
Klaus Leithoff 2010-06-07 09:21:51 +00:00
parent 027b11723e
commit 00bbad90c5
2 changed files with 11 additions and 9 deletions

View File

@ -4,7 +4,7 @@ CKEDITOR.editorConfig = function( config )
config.toolbar_egw_simple = [
['Bold','Italic','Underline'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
['BulletList','NumberedList','Outdent','Indent','Undo','Redo'],
['BulletedList','NumberedList','Outdent','Indent','Undo','Redo'],
['Cut','Copy','Paste','PasteText','PasteFromWord','-','Print'],
['Maximize'],
'/',
@ -16,7 +16,7 @@ CKEDITOR.editorConfig = function( config )
config.toolbar_egw_simple_spellcheck = [
['Bold','Italic','Underline'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
['BulletList','NumberedList','Outdent','Indent','Undo','Redo'],
['BulletedList','NumberedList','Outdent','Indent','Undo','Redo'],
['Cut','Copy','Paste','PasteText','PasteFromWord','-','Print'],
['Maximize','SpellChecker'],
'/',
@ -28,7 +28,7 @@ CKEDITOR.editorConfig = function( config )
config.toolbar_egw_simple_aspell = [
['Bold','Italic','Underline'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
['BulletList','NumberedList','Outdent','Indent','Undo','Redo'],
['BulletedList','NumberedList','Outdent','Indent','Undo','Redo'],
['Cut','Copy','Paste','PasteText','PasteFromWord','-','Print'],
['Maximize','SpellCheck'],
'/',
@ -47,7 +47,7 @@ CKEDITOR.editorConfig = function( config )
config.toolbar_egw_extended = [
['Bold','Italic','Underline'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
['BulletList','NumberedList','Outdent','Indent','Undo','Redo'],
['BulletedList','NumberedList','Outdent','Indent','Undo','Redo'],
['Cut','Copy','Paste','PasteText','PasteFromWord','-','Print'],
['Link','Unlink','Anchor'],
['Find','Replace'],
@ -61,7 +61,7 @@ CKEDITOR.editorConfig = function( config )
config.toolbar_egw_extended_spellcheck = [
['Bold','Italic','Underline'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
['BulletList','NumberedList','Outdent','Indent','Undo','Redo'],
['BulletedList','NumberedList','Outdent','Indent','Undo','Redo'],
['Cut','Copy','Paste','PasteText','PasteFromWord','-','Print'],
['Link','Unlink','Anchor'],
['Find','Replace'],
@ -75,7 +75,7 @@ CKEDITOR.editorConfig = function( config )
config.toolbar_egw_extended_aspell = [
['Bold','Italic','Underline'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
['BulletList','NumberedList','Outdent','Indent','Undo','Redo'],
['BulletedList','NumberedList','Outdent','Indent','Undo','Redo'],
['Cut','Copy','Paste','PasteText','PasteFromWord','-','Print'],
['Link','Unlink','Anchor'],
['Find','Replace'],
@ -93,7 +93,7 @@ CKEDITOR.editorConfig = function( config )
'/',
['Bold','Italic','Underline','Strike','-','Subscript','Superscript'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
['BulletList','NumberedList','-','Outdent','Indent'],
['BulletedList','NumberedList','-','Outdent','Indent'],
['Link','Unlink','Anchor'],
['Maximize','Image',/*'Flash',*/'Table','HorizontalRule',/*'Smiley',*/'SpecialChar','PageBreak'], //,'UniversalKey'
'/',
@ -109,7 +109,7 @@ CKEDITOR.editorConfig = function( config )
'/',
['Bold','Italic','Underline','Strike','-','Subscript','Superscript'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
['BulletList','NumberedList','-','Outdent','Indent'],
['BulletedList','NumberedList','-','Outdent','Indent'],
['Link','Unlink','Anchor'],
['Maximize','Image',/*'Flash',*/'Table','HorizontalRule',/*'Smiley',*/'SpecialChar','PageBreak'], //,'UniversalKey'
'/',
@ -125,7 +125,7 @@ CKEDITOR.editorConfig = function( config )
'/',
['Bold','Italic','Underline','Strike','-','Subscript','Superscript'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
['BulletList','NumberedList','-','Outdent','Indent'],
['BulletedList','NumberedList','-','Outdent','Indent'],
['Link','Unlink','Anchor'],
['Maximize','Image',/*'Flash',*/'Table','HorizontalRule',/*'Smiley',*/'SpecialChar','PageBreak'], //,'UniversalKey'
'/',

View File

@ -35,3 +35,5 @@ Index: phpgwapi/js/ckeditor3/ckeditor_php5.php
to allow only configured aspell, tmp dirs and language settings
-removed other than php spellchecker pages from phpgwapi/js/ckeditor3/plugins/aspell/spellerpages/server-scripts/
-added toolbar options to reflect the use/change of calls of SpellCheck(er) via toolbar button
--------------- step 4 --------------------------------------
-changed BulletList to BulletedList in ckeditor.egwconfig.js