Index: openacs-4/packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/editor_template.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/editor_template.js,v diff -u -N -r1.3 -r1.3.2.1 --- openacs-4/packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/editor_template.js 8 May 2009 17:34:11 -0000 1.3 +++ openacs-4/packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/editor_template.js 10 Jun 2009 17:06:13 -0000 1.3.2.1 @@ -68,7 +68,7 @@ theme_openacs_path : true, theme_openacs_toolbar_location : 'bottom', theme_openacs_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,styleselect,formatselect", - theme_openacs_buttons2 : "bullist,numlist,|,outdent,indent,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code", + theme_openacs_buttons2 : "bullist,numlist,|,outdent,indent,|,undo,redo,|,link,unlink,anchor,cleanup,help,code", theme_openacs_buttons3 : "hr,removeformat,visualaid,|,sub,sup,|,charmap", theme_openacs_blockformats : "p,address,pre,h1,h2,h3,h4,h5,h6", theme_openacs_toolbar_align : "center", Index: openacs-4/packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/editor_template_src.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/editor_template_src.js,v diff -u -N -r1.3 -r1.3.2.1 --- openacs-4/packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/editor_template_src.js 8 May 2009 17:34:11 -0000 1.3 +++ openacs-4/packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/editor_template_src.js 10 Jun 2009 17:06:13 -0000 1.3.2.1 @@ -68,7 +68,7 @@ theme_openacs_path : true, theme_openacs_toolbar_location : 'bottom', theme_openacs_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,styleselect,formatselect", - theme_openacs_buttons2 : "bullist,numlist,|,outdent,indent,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code", + theme_openacs_buttons2 : "bullist,numlist,|,outdent,indent,|,undo,redo,|,link,unlink,anchor,cleanup,help,code", theme_openacs_buttons3 : "hr,removeformat,visualaid,|,sub,sup,|,charmap", theme_openacs_blockformats : "p,address,pre,h1,h2,h3,h4,h5,h6", theme_openacs_toolbar_align : "center",