diff --git a/htdocs/js/tiny_mce.js b/htdocs/js/tiny_mce.js
index b010930327caffa7701038be3b466369c301b947..3a1dd75cdb552b7e8099a4f83116eb74cb635347 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",