summaryrefslogtreecommitdiff
path: root/httemplate/elements/ckeditor/plugins/liststyle/dialogs
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-07-11 15:26:48 -0700
committerIvan Kohler <ivan@freeside.biz>2015-07-11 15:27:24 -0700
commitb71f4c216fbe725af0b81ca42ab628d0f596b5a0 (patch)
treebe4e134b362e93d053c43f2a01378e8d0f18c3dd /httemplate/elements/ckeditor/plugins/liststyle/dialogs
parent8fa3f46d3da1d2cb4b9ca47b642df40bc8fc8ba8 (diff)
update CKeditor
Diffstat (limited to 'httemplate/elements/ckeditor/plugins/liststyle/dialogs')
-rw-r--r--httemplate/elements/ckeditor/plugins/liststyle/dialogs/liststyle.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/elements/ckeditor/plugins/liststyle/dialogs/liststyle.js b/httemplate/elements/ckeditor/plugins/liststyle/dialogs/liststyle.js
index 40becff3a..eec0e979c 100644
--- a/httemplate/elements/ckeditor/plugins/liststyle/dialogs/liststyle.js
+++ b/httemplate/elements/ckeditor/plugins/liststyle/dialogs/liststyle.js
@@ -1,6 +1,6 @@
/*
- 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
*/
(function(){function d(c,d){var b;try{b=c.getSelection().getRanges()[0]}catch(f){return null}b.shrink(CKEDITOR.SHRINK_TEXT);return c.elementPath(b.getCommonAncestor()).contains(d,1)}function e(c,e){var b=c.lang.liststyle;if("bulletedListStyle"==e)return{title:b.bulletedTitle,minWidth:300,minHeight:50,contents:[{id:"info",accessKey:"I",elements:[{type:"select",label:b.type,id:"type",align:"center",style:"width:150px",items:[[b.notset,""],[b.circle,"circle"],[b.disc,"disc"],[b.square,"square"]],setup:function(a){this.setValue(a.getStyle("list-style-type")||
h[a.getAttribute("type")]||a.getAttribute("type")||"")},commit:function(a){var b=this.getValue();b?a.setStyle("list-style-type",b):a.removeStyle("list-style-type")}}]}],onShow:function(){var a=this.getParentEditor();(a=d(a,"ul"))&&this.setupContent(a)},onOk:function(){var a=this.getParentEditor();(a=d(a,"ul"))&&this.commitContent(a)}};if("numberedListStyle"==e){var g=[[b.notset,""],[b.lowerRoman,"lower-roman"],[b.upperRoman,"upper-roman"],[b.lowerAlpha,"lower-alpha"],[b.upperAlpha,"upper-alpha"],