diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2013-06-03 21:12:55 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2013-06-03 21:12:55 -0700 |
| commit | 2b9bbaf893a46eda004d43ab93500deb7874072a (patch) | |
| tree | 294c15f4ae434fe0a65510e18eebafe80f1639a4 /httemplate/elements/ckeditor/plugins/about/dialogs | |
| parent | 1e7c040c58601fb8d2a25647c13b3fb06fb00b19 (diff) | |
upgrade fckeditor to ckeditor, for IE10 compatibility, RT#22014
Diffstat (limited to 'httemplate/elements/ckeditor/plugins/about/dialogs')
| -rw-r--r-- | httemplate/elements/ckeditor/plugins/about/dialogs/about.js | 6 | ||||
| -rw-r--r-- | httemplate/elements/ckeditor/plugins/about/dialogs/logo_ckeditor.png | bin | 0 -> 2759 bytes |
2 files changed, 6 insertions, 0 deletions
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:'<style type="text/css">.cke_about_container{color:#000 !important;padding:10px 10px 0;margin-top:5px}.cke_about_container p{margin: 0 0 10px;}.cke_about_container .cke_about_logo{height:81px;background-color:#fff;background-image:url('+CKEDITOR.plugins.get("about").path+'dialogs/logo_ckeditor.png);background-position:center; background-repeat:no-repeat;margin-bottom:10px;}.cke_about_container a{cursor:pointer !important;color:#00B2CE !important;text-decoration:underline !important;}</style><div class="cke_about_container"><div class="cke_about_logo"></div><p>CKEditor '+ +CKEDITOR.version+" (revision "+CKEDITOR.revision+')<br><a href="http://ckeditor.com/">http://ckeditor.com</a></p><p>'+a.help.replace("$1",'<a href="http://docs.ckeditor.com/user">'+a.userGuide+"</a>")+"</p><p>"+a.moreInfo+'<br><a href="http://ckeditor.com/about/license">http://ckeditor.com/about/license</a></p><p>'+a.copy.replace("$1",'<a href="http://cksource.com/">CKSource</a> - Frederico Knabben')+"</p></div>"}]}],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 Binary files differnew file mode 100644 index 000000000..ad0190218 --- /dev/null +++ b/httemplate/elements/ckeditor/plugins/about/dialogs/logo_ckeditor.png |
