From a308b87f48a835aa19655884e8e9559773e33a62 Mon Sep 17 00:00:00 2001 From: Paul Barrett Date: Thu, 15 Oct 2009 14:45:36 +0200 Subject: [PATCH] Added back empty button row 3 for MCE editor, else buttons not explicitly defined appear in the 3rd row --- templates/ktcore/forms/widgets/textarea.smarty | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/templates/ktcore/forms/widgets/textarea.smarty b/templates/ktcore/forms/widgets/textarea.smarty index 55aeaea..80607b6 100755 --- a/templates/ktcore/forms/widgets/textarea.smarty +++ b/templates/ktcore/forms/widgets/textarea.smarty @@ -21,6 +21,7 @@ plugins : "safari,spellchecker,pagebreak,style,layer,table,save,advhr,advimage,a // Theme options theme_advanced_buttons1 : "bold,italic,underline,|,forecolor,backcolor,|,bullist,numlist,|,link,unlink,anchor,|,pagebreak,|,insertdate,inserttime,preview,help", theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,|,search,replace,|,undo,redo,|,cleanup,removeformat,print,fullscreen,spellchecker", +theme_advanced_buttons3 : "", theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "left", theme_advanced_statusbar_location : "bottom", -- libgit2 0.21.4