From b3f247e4d1b860f3fcf523ac97f855f72d431c32 Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 29 Oct 2003 16:42:10 +0000 Subject: [PATCH] Rearranged toolbar a bit - put insert stuff together and toggles at end --- lib/editor/htmlarea.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/editor/htmlarea.php b/lib/editor/htmlarea.php index 95e6896851..2e3313a2e8 100644 --- a/lib/editor/htmlarea.php +++ b/lib/editor/htmlarea.php @@ -103,8 +103,8 @@ HTMLArea.Config = function () { [ "justifyleft", "justifycenter", "justifyright", "justifyfull", "separator", "insertorderedlist", "insertunorderedlist", "outdent", "indent", "separator", "forecolor", "hilitecolor", "separator", - "inserthorizontalrule", "createlink", "insertimage", "inserttable", "htmlmode", "separator", - "popupeditor", "separator", "showhelp", "about", "insertsmile", "insertchar" ] + "inserthorizontalrule", "createlink", "insertimage", "inserttable", + "insertsmile", "insertchar", "separator", "htmlmode", "separator", "popupeditor" ] ]; this.fontname = { -- 2.39.5