From: avl Date: Fri, 27 Feb 2009 09:28:13 +0000 (+0200) Subject: html editor toolbar X-Git-Tag: 0.5~412 X-Git-Url: https://git.andy128k.dev/?a=commitdiff_plain;h=ce1774b721dfceed7ca358446f66cec32732d489;p=ipf.git html editor toolbar --- diff --git a/ipf/form/widget/htmlinput.php b/ipf/form/widget/htmlinput.php index f40d050..2433eac 100644 --- a/ipf/form/widget/htmlinput.php +++ b/ipf/form/widget/htmlinput.php @@ -63,8 +63,8 @@ class IPF_Form_Widget_HTMLInput extends IPF_Form_Widget } tinyMCE.init({ theme_advanced_buttons1 : "bold, italic, underline, separator, undo, redo, separator, bullist, numlist, outdent, indent, separator, justifyleft, justifycenter, justifyright, separator, link, unlink, forecolor, backcolor, sub, sup, separator, preview", - theme_advanced_buttons2 : "code, fullscreen, image, link, charmap, separator, pastetext, pasteword, selectall, removeformat, separator, formatselect, fontselect, fontsizeselect, separator, tablecontrols", - theme_advanced_buttons3 : "", + theme_advanced_buttons2 : "code, fullscreen, image, charmap, separator, pastetext, pasteword, selectall, removeformat, separator, formatselect, fontselect, fontsizeselect, separator", + theme_advanced_buttons3 : "tablecontrols", theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align: "left", mode : "specific_textareas",