From 2b9bbaf893a46eda004d43ab93500deb7874072a Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 3 Jun 2013 21:12:55 -0700 Subject: upgrade fckeditor to ckeditor, for IE10 compatibility, RT#22014 --- .../elements/ckeditor/plugins/about/dialogs/about.js | 6 ++++++ .../ckeditor/plugins/about/dialogs/logo_ckeditor.png | Bin 0 -> 2759 bytes 2 files changed, 6 insertions(+) create mode 100644 httemplate/elements/ckeditor/plugins/about/dialogs/about.js create mode 100644 httemplate/elements/ckeditor/plugins/about/dialogs/logo_ckeditor.png (limited to 'httemplate/elements/ckeditor/plugins/about/dialogs') diff --git a/httemplate/elements/ckeditor/plugins/about/dialogs/about.js b/httemplate/elements/ckeditor/plugins/about/dialogs/about.js new file mode 100644 index 000000000..3d9156bf7 --- /dev/null +++ b/httemplate/elements/ckeditor/plugins/about/dialogs/about.js @@ -0,0 +1,6 @@ +/* + Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.html or http://ckeditor.com/license +*/ +CKEDITOR.dialog.add("about",function(a){a=a.lang.about;return{title:CKEDITOR.env.ie?a.dlgTitle:a.title,minWidth:390,minHeight:230,contents:[{id:"tab1",label:"",title:"",expand:!0,padding:0,elements:[{type:"html",html:'

CKEditor '+ +CKEDITOR.version+" (revision "+CKEDITOR.revision+')
http://ckeditor.com

'+a.help.replace("$1",''+a.userGuide+"")+"

"+a.moreInfo+'
http://ckeditor.com/about/license

'+a.copy.replace("$1",'CKSource - Frederico Knabben')+"

"}]}],buttons:[CKEDITOR.dialog.cancelButton]}}); \ No newline at end of file diff --git a/httemplate/elements/ckeditor/plugins/about/dialogs/logo_ckeditor.png b/httemplate/elements/ckeditor/plugins/about/dialogs/logo_ckeditor.png new file mode 100644 index 000000000..ad0190218 Binary files /dev/null and b/httemplate/elements/ckeditor/plugins/about/dialogs/logo_ckeditor.png differ -- cgit v1.2.1