From b71f4c216fbe725af0b81ca42ab628d0f596b5a0 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sat, 11 Jul 2015 15:26:48 -0700 Subject: update CKeditor --- .../elements/ckeditor/plugins/about/dialogs/about.js | 9 +++++---- .../plugins/about/dialogs/hidpi/logo_ckeditor.png | Bin 0 -> 13339 bytes .../ckeditor/plugins/about/dialogs/logo_ckeditor.png | Bin 2759 -> 6757 bytes 3 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 httemplate/elements/ckeditor/plugins/about/dialogs/hidpi/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 index 3d9156bf7..6e78f9c45 100644 --- a/httemplate/elements/ckeditor/plugins/about/dialogs/about.js +++ b/httemplate/elements/ckeditor/plugins/about/dialogs/about.js @@ -1,6 +1,7 @@ /* - Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. - For licensing, see LICENSE.html or http://ckeditor.com/license + Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md 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 +CKEDITOR.dialog.add("about",function(a){var a=a.lang.about,b=CKEDITOR.getUrl(CKEDITOR.plugins.get("about").path+"dialogs/"+(CKEDITOR.env.hidpi?"hidpi/":"")+"logo_ckeditor.png");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/hidpi/logo_ckeditor.png b/httemplate/elements/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png new file mode 100644 index 000000000..10cc7368a Binary files /dev/null and b/httemplate/elements/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png differ diff --git a/httemplate/elements/ckeditor/plugins/about/dialogs/logo_ckeditor.png b/httemplate/elements/ckeditor/plugins/about/dialogs/logo_ckeditor.png index ad0190218..f186eb87a 100644 Binary files a/httemplate/elements/ckeditor/plugins/about/dialogs/logo_ckeditor.png and b/httemplate/elements/ckeditor/plugins/about/dialogs/logo_ckeditor.png differ -- cgit v1.2.1