From: Michael M Slusarz Date: Thu, 25 Mar 2010 06:00:34 +0000 (-0600) Subject: Improved button layout for fckeditor X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d82e56a0088330e5f77911a5a9aeb4d996c9b10d;p=horde.git Improved button layout for fckeditor --- diff --git a/imp/config/prefs.php.dist b/imp/config/prefs.php.dist index 6826bb853..90387de60 100644 --- a/imp/config/prefs.php.dist +++ b/imp/config/prefs.php.dist @@ -660,7 +660,7 @@ $_prefs['compose_html'] = array( // See http://docs.cksource.com/CKEditor_3.x/Developers_Guide/Toolbar for // details on configuration $_prefs['ckeditor_buttons'] = array( - 'value' => "[['Source','Maximize','-','Templates'],['Cut','Copy','Paste','PasteText','PasteFromWord'],['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],'/',['NumberedList','BulletedList','-','Outdent','Indent','Blockquote'],['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],['Link','Unlink'],['Image','Flash','Table','HorizontalRule','Smiley','SpecialChar'],'/',['Bold','Italic','Underline','Strike','-','Subscript','Superscript'],['TextColor','BGColor'],'/',['Styles','Format','Font','FontSize']]", + 'value' => "[['Source','Maximize','-','Templates'],['Cut','Copy','Paste','PasteText','PasteFromWord'],['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],'/',['NumberedList','BulletedList','-','Outdent','Indent','Blockquote'],['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],['Link','Unlink'],['Image','Flash','Table','HorizontalRule','Smiley','SpecialChar'],'/',['Styles','Format','Font','FontSize'],['Bold','Italic','Underline','Strike','-','Subscript','Superscript'],['TextColor','BGColor']]", // Use the following line for a very basic set of buttons: // 'value' => "['Bold','Italic','-','NumberedList','BulletedList','-','Link','Unlink']", // Locked by default