X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fplugins%2Ftemplates%2Fdialogs%2Ftemplates.js;h=d3d78c670235f7dd6adc3058cda8cdd2b0012bfb;hp=af04e5548b8e416cb8adce300fe6bc1943d58e6b;hb=8665a7c6c60586526e32e8941fe2896739b6ebfb;hpb=e7789c1ad838194d45eeee6ac2eb6e55f5cf35a1 diff --git a/_source/plugins/templates/dialogs/templates.js b/_source/plugins/templates/dialogs/templates.js index af04e55..d3d78c6 100644 --- a/_source/plugins/templates/dialogs/templates.js +++ b/_source/plugins/templates/dialogs/templates.js @@ -146,6 +146,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license var listContainer; + var templateListLabelId = 'cke_tpl_list_label_' + CKEDITOR.tools.getNextNumber(); return { title :editor.lang.templates.title, @@ -176,10 +177,10 @@ For licensing, see LICENSE.html or http://ckeditor.com/license type : 'html', focus: true, html : - '
' + + '
' + '
' + '
' + - '' + editor.lang.templates.options+ '' + '' + editor.lang.templates.options+ '' }, { id : 'chkInsertOpt',