diff options
author | Paul Duncan <pabs@pablotron.org> | 2016-05-15 17:07:16 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2016-05-15 17:07:16 -0400 |
commit | ae667b4222a718f99091ec8bb1fb130970b051e7 (patch) | |
tree | 08b2844213893ba614896b6dd06d7cfac22f0656 /data/assets/ckeditor-4.5.8-custom/plugins/about | |
download | guff-ae667b4222a718f99091ec8bb1fb130970b051e7.tar.bz2 guff-ae667b4222a718f99091ec8bb1fb130970b051e7.zip |
initial commit
Diffstat (limited to 'data/assets/ckeditor-4.5.8-custom/plugins/about')
-rw-r--r-- | data/assets/ckeditor-4.5.8-custom/plugins/about/dialogs/about.js | 7 | ||||
-rw-r--r-- | data/assets/ckeditor-4.5.8-custom/plugins/about/dialogs/hidpi/logo_ckeditor.png | bin | 0 -> 13339 bytes | |||
-rw-r--r-- | data/assets/ckeditor-4.5.8-custom/plugins/about/dialogs/logo_ckeditor.png | bin | 0 -> 6757 bytes |
3 files changed, 7 insertions, 0 deletions
diff --git a/data/assets/ckeditor-4.5.8-custom/plugins/about/dialogs/about.js b/data/assets/ckeditor-4.5.8-custom/plugins/about/dialogs/about.js new file mode 100644 index 0000000..81d9372 --- /dev/null +++ b/data/assets/ckeditor-4.5.8-custom/plugins/about/dialogs/about.js @@ -0,0 +1,7 @@ +/* + Copyright (c) 2003-2016, 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;var 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:'\x3cstyle type\x3d"text/css"\x3e.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('+ +b+");"+(CKEDITOR.env.hidpi?"background-size:163px 58px;":"")+'background-position:center; background-repeat:no-repeat;margin-bottom:10px;}.cke_about_container a{cursor:pointer !important;color:#00B2CE !important;text-decoration:underline !important;}\x3c/style\x3e\x3cdiv class\x3d"cke_about_container"\x3e\x3cdiv class\x3d"cke_about_logo"\x3e\x3c/div\x3e\x3cp\x3eCKEditor '+CKEDITOR.version+" (revision "+CKEDITOR.revision+')\x3cbr\x3e\x3ca target\x3d"_blank" href\x3d"http://ckeditor.com/"\x3ehttp://ckeditor.com\x3c/a\x3e\x3c/p\x3e\x3cp\x3e'+ +a.help.replace("$1",'\x3ca target\x3d"_blank" href\x3d"http://docs.ckeditor.com/user"\x3e'+a.userGuide+"\x3c/a\x3e")+"\x3c/p\x3e\x3cp\x3e"+a.moreInfo+'\x3cbr\x3e\x3ca target\x3d"_blank" href\x3d"http://ckeditor.com/about/license"\x3ehttp://ckeditor.com/about/license\x3c/a\x3e\x3c/p\x3e\x3cp\x3e'+a.copy.replace("$1",'\x3ca target\x3d"_blank" href\x3d"http://cksource.com/"\x3eCKSource\x3c/a\x3e - Frederico Knabben')+"\x3c/p\x3e\x3c/div\x3e"}]}],buttons:[CKEDITOR.dialog.cancelButton]}});
\ No newline at end of file diff --git a/data/assets/ckeditor-4.5.8-custom/plugins/about/dialogs/hidpi/logo_ckeditor.png b/data/assets/ckeditor-4.5.8-custom/plugins/about/dialogs/hidpi/logo_ckeditor.png Binary files differnew file mode 100644 index 0000000..10cc736 --- /dev/null +++ b/data/assets/ckeditor-4.5.8-custom/plugins/about/dialogs/hidpi/logo_ckeditor.png diff --git a/data/assets/ckeditor-4.5.8-custom/plugins/about/dialogs/logo_ckeditor.png b/data/assets/ckeditor-4.5.8-custom/plugins/about/dialogs/logo_ckeditor.png Binary files differnew file mode 100644 index 0000000..f186eb8 --- /dev/null +++ b/data/assets/ckeditor-4.5.8-custom/plugins/about/dialogs/logo_ckeditor.png |