From 0b3ef8030a1fe85ab7c46c7e28ec4f6378130479 Mon Sep 17 00:00:00 2001 From: avl Date: Thu, 29 Jan 2009 13:25:43 +0200 Subject: [PATCH] tablecontrols in tiny_mce --- ipf/form/widget/htmlinput.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipf/form/widget/htmlinput.php b/ipf/form/widget/htmlinput.php index 962cb76..aa2294f 100644 --- a/ipf/form/widget/htmlinput.php +++ b/ipf/form/widget/htmlinput.php @@ -63,7 +63,7 @@ class IPF_Form_Widget_HTMLInput extends IPF_Form_Widget } tinyMCE.init({ theme_advanced_buttons1 : "bold, italic, 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", + theme_advanced_buttons2 : "code, fullscreen, image, link, charmap, separator, pastetext, pasteword, selectall, removeformat, separator, formatselect, fontselect, fontsizeselect, separator, tablecontrols", theme_advanced_buttons3 : "", theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align: "left", -- 2.49.0