From ae388c4537f0b33e17d61a2f6177b9157a693279 Mon Sep 17 00:00:00 2001 From: skodak Date: Tue, 16 Jun 2009 08:00:53 +0000 Subject: [PATCH] MDL-19211 adding forgotten dragmath in legacy editors --- lib/editor/tinymce/extra/tinymce.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/editor/tinymce/extra/tinymce.js.php b/lib/editor/tinymce/extra/tinymce.js.php index 4eced7890a..a244098149 100644 --- a/lib/editor/tinymce/extra/tinymce.js.php +++ b/lib/editor/tinymce/extra/tinymce.js.php @@ -85,7 +85,7 @@ function mc_init_editors() { theme_advanced_buttons1_add: "|,undo,redo,|,search,replace,|,fullscreen", theme_advanced_buttons2: "bold,italic,underline,strikethrough,sub,sup,|,justifyleft,justifycenter,justifyright,justifyfull,|,cite,abbr,acronym", theme_advanced_buttons2_add: "|,selectall,cleanup,removeformat,pastetext,pasteword,|,forecolor,backcolor,|,ltr,rtl", - theme_advanced_buttons3: "bullist,numlist,outdent,indent,|,link,unlink,moodlenolink,anchor,|,insertdate,inserttime,|,emotions,image,advhr,nonbreaking,charmap", + theme_advanced_buttons3: "bullist,numlist,outdent,indent,|,link,unlink,moodlenolink,anchor,|,insertdate,inserttime,|,emotions,image,dragmath,advhr,nonbreaking,charmap", theme_advanced_buttons3_add: "|,table,insertlayer,styleprops,visualchars,|,code,preview", theme_advanced_fonts: "Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings", theme_advanced_resize_horizontal: true, -- 2.39.5