[otrs-cvs] otrs/Kernel/Output/HTML/Standard RichTextEditor.dtl, 1.46, 1.47 CustomerRichTextEditor.dtl, 1.7, 1.8
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/Kernel/Output/HTML/Standard
In directory lancelot:/tmp/cvs-serv16780/Kernel/Output/HTML/Standard
Modified Files:
RichTextEditor.dtl CustomerRichTextEditor.dtl
Log Message:
Upgraded CKEditor to version 4.0.
Author: mn
Index: RichTextEditor.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/RichTextEditor.dtl,v
retrieving revision 1.46
retrieving revision 1.47
diff -2 -u -d -r1.46 -r1.47
--- RichTextEditor.dtl 20 Nov 2012 15:29:14 -0000 1.46
+++ RichTextEditor.dtl 10 Dec 2012 09:53:24 -0000 1.47
@@ -31,10 +31,10 @@
Core.Config.Set('RichText.SpellChecker', '$Env{"BrowserSpellCheckerInline"}');
Core.Config.Set('RichText.EditingAreaCSS', 'body { $Config{"Frontend::RichText::DefaultCSS"} }');
- Core.Config.Set('RichText.ToolbarFull', [
+ Core.Config.Set('RichText.Toolbar', [
['Bold', 'Italic', 'Underline', 'Strike', '-', 'NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', '-', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock', '-', 'Link', 'Unlink', '-', 'Image', 'HorizontalRule', '-', 'Undo', 'Redo', '-', 'Find', 'SpellCheck'],
'/',
['Format', 'Font', 'FontSize', '-', 'TextColor', 'BGColor', 'RemoveFormat', '-', 'Source']
]);
- Core.Config.Set('RichText.ToolbarSimple', [
+ Core.Config.Set('RichText.ToolbarWithoutImage', [
['Bold', 'Italic', 'Underline', 'Strike', '-', 'NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', '-', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock', '-', 'Link', 'Unlink', '-', 'HorizontalRule', '-', 'Undo', 'Redo', '-', 'Find', 'SpellCheck'],
'/',
Author: mn
Index: CustomerRichTextEditor.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/CustomerRichTextEditor.dtl,v
retrieving revision 1.7
retrieving revision 1.8
diff -2 -u -d -r1.7 -r1.8
--- CustomerRichTextEditor.dtl 20 Nov 2012 15:25:03 -0000 1.7
+++ CustomerRichTextEditor.dtl 10 Dec 2012 09:53:24 -0000 1.8
@@ -18,13 +18,13 @@
Core.Config.Set('RichText.SpellChecker', '$Env{"BrowserSpellCheckerInline"}');
Core.Config.Set('RichText.EditingAreaCSS', 'body { $Config{"Frontend::RichText::DefaultCSS"} }');
- Core.Config.Set('RichText.ToolbarFull', [
+ Core.Config.Set('RichText.Toolbar', [
['Bold', 'Italic', 'Underline', 'Strike', '-', 'NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', '-', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock', '-', 'Link', 'Unlink', '-', 'Image', 'HorizontalRule', '-', 'Undo', 'Redo', '-', 'Find', 'SpellCheck'],
'/',
- ['Format', 'Font', 'FontSize', '-', 'TextColor', 'BGColor', 'RemoveFormat', '-']
+ ['Format', 'Font', 'FontSize', '-', 'TextColor', 'BGColor', 'RemoveFormat', '-', 'Source']
]);
- Core.Config.Set('RichText.ToolbarSimple', [
+ Core.Config.Set('RichText.ToolbarWithoutImage', [
['Bold', 'Italic', 'Underline', 'Strike', '-', 'NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', '-', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock', '-', 'Link', 'Unlink', '-', 'HorizontalRule', '-', 'Undo', 'Redo', '-', 'Find', 'SpellCheck'],
'/',
- ['Format', 'Font', 'FontSize', '-', 'TextColor', 'BGColor', 'RemoveFormat', '-']
+ ['Format', 'Font', 'FontSize', '-', 'TextColor', 'BGColor', 'RemoveFormat', '-', 'Source']
]);
Core.Config.Set('RichText.PictureUploadAction', "$QData{"RichTextPictureUploadAction"}");
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log