From: Jan Schneider Date: Fri, 18 Sep 2009 14:13:18 +0000 (+0200) Subject: MFB: Use a more complete list of default buttons for FCKEditor. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=5143fa4642410e8be4b87282e5385c5770aec41c;p=horde.git MFB: Use a more complete list of default buttons for FCKEditor. --- diff --git a/imp/config/prefs.php.dist b/imp/config/prefs.php.dist index b8f613ffa..f97c944e0 100644 --- a/imp/config/prefs.php.dist +++ b/imp/config/prefs.php.dist @@ -629,7 +629,9 @@ $_prefs['compose_html'] = array( // The list of buttons to show in FCKeditor // See http://www.fckeditor.net/ for details on configuration $_prefs['fckeditor_buttons'] = array( - 'value' => "[['FontFormat','FontName','FontSize'],['Bold','Italic','Underline'],['TextColor','BGColor'],'/',['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],['OrderedList','UnorderedList','Outdent','Indent'],['Link'],['Undo','Redo']]", + 'value' => "[['Source','FitWindow','-','Templates'],['Cut','Copy','Paste','PasteText','PasteWord'],['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],'/',['OrderedList','UnorderedList','-','Outdent','Indent','Blockquote'],['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],['Link','Unlink'],['Image','Flash','Table','Rule','Smiley','SpecialChar'],'/',['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],['TextColor','BGColor'],'/',['Style','FontFormat','FontName','FontSize']]", + // Use the following line for a very basic set of buttons: + // 'value' => "['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink']", // Locked by default 'locked' => true, 'shared' => false,