From 0ac89aab209bcf7ea974f93c34fff3c9f4b749c8 Mon Sep 17 00:00:00 2001 From: Ivan Tcholakov Date: Thu, 16 Jul 2009 20:12:51 +0200 Subject: [PATCH] [svn r22161] FS#2867 - The online editor: A minor change in the toolbar for testing purposes. --- main/inc/lib/fckeditor/toolbars/all_buttons_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'),