isp better basic tb

This commit is contained in:
Ian 2014-09-07 17:25:29 +02:00
parent 3c767e8a79
commit ae8bfcf1b7

View file

@ -372,7 +372,7 @@ class serendipity_event_imageselectorplus extends serendipity_event
<script>
CKEDITOR.replace( 'nuggets2',
{
toolbar : [['Bold','Italic','Underline','Superscript','-','NumberedList','BulletedList','Outdent','Blockquote','-','Format',],['JustifyLeft','JustifyCenter','JustifyRight',],['Link','Unlink','Source']],
toolbar : [['Bold','Italic','Underline','Superscript','-','NumberedList','BulletedList','Outdent','Blockquote'],['Format'],['JustifyLeft','JustifyCenter','JustifyRight'],['Link','Unlink'],['Source']],
toolbarGroups: null
});
</script>