From bb77adb3fe945581754f87eb1cfedcc6256c906e Mon Sep 17 00:00:00 2001 From: Graham Cole <chckens@sucs.org> Date: Mon, 20 Oct 2008 16:27:55 +0000 Subject: [PATCH] add image button to TinyMCE toolbar --- htdocs/js/tiny_mce.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/js/tiny_mce.js b/htdocs/js/tiny_mce.js index b010930..3a1dd75 100644 --- a/htdocs/js/tiny_mce.js +++ b/htdocs/js/tiny_mce.js @@ -3,7 +3,7 @@ tinyMCE.init({ height: "100%", plugins: "safari,fullscreen,inlinepopups", theme: "advanced", - theme_advanced_buttons1 : "bold,italic,underline,strikethrough,separator,styleselect,sup,sub,separator,bullist,numlist,outdent,indent,separator,undo,redo,link,unlink,anchor,separator,formatselect,separator,charmap,code,fullscreen", + theme_advanced_buttons1 : "bold,italic,underline,strikethrough,separator,styleselect,sup,sub,separator,bullist,numlist,outdent,indent,separator,undo,redo,link,unlink,anchor,image,separator,formatselect,separator,charmap,code,fullscreen", theme_advanced_buttons2 : "", theme_advanced_buttons3 : "", theme_advanced_toolbar_location: "top", -- GitLab