Commit a308b87f48a835aa19655884e8e9559773e33a62

Authored by Paul Barrett
1 parent 4218665a

Added back empty button row 3 for MCE editor, else buttons not explicitly define…

…d appear in the 3rd row

KTC-813: Are all of the formatting options in the HTML format Large text field really needed?

Committed by: Paul Barrett
templates/ktcore/forms/widgets/textarea.smarty
... ... @@ -21,6 +21,7 @@ plugins : "safari,spellchecker,pagebreak,style,layer,table,save,advhr,advimage,a
21 21 // Theme options
22 22 theme_advanced_buttons1 : "bold,italic,underline,|,forecolor,backcolor,|,bullist,numlist,|,link,unlink,anchor,|,pagebreak,|,insertdate,inserttime,preview,help",
23 23 theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,|,search,replace,|,undo,redo,|,cleanup,removeformat,print,fullscreen,spellchecker",
  24 +theme_advanced_buttons3 : "",
24 25 theme_advanced_toolbar_location : "top",
25 26 theme_advanced_toolbar_align : "left",
26 27 theme_advanced_statusbar_location : "bottom",
... ...