diff --git a/main/inc/lib/fckeditor/toolbars/all_buttons_test.php b/main/inc/lib/fckeditor/toolbars/all_buttons_test.php index 8e46acc831..5fc8d5b1b4 100644 --- a/main/inc/lib/fckeditor/toolbars/all_buttons_test.php +++ b/main/inc/lib/fckeditor/toolbars/all_buttons_test.php @@ -6,7 +6,7 @@ // This is the visible toolbar set when the editor has "normal" size. $config['ToolbarSets']['Normal'] = array( - array('FitWindow','DocProps','-','Save','NewPage','Preview'), + array('FitWindow','DocProps','-','Save','NewPage','Preview','-','Templates'), array('Cut','Copy','Paste','PasteText','PasteWord','-','Print'), array('Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'), array('Link','Unlink','Anchor','Wikilink'),