From 5989d186ed97b84afc5c04a37215e194e39a6999 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 27 Mar 2006 14:09:03 +0000 Subject: [PATCH] Hiding TinyMCE settings for now, deferring this to 1.7 --- admin/editor.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/admin/editor.php b/admin/editor.php index c530fba741..37178058e5 100644 --- a/admin/editor.php +++ b/admin/editor.php @@ -41,11 +41,11 @@ error("Unknown currentpage: $currentpage"); } - $url = 'editor.php?tab='; - $tabrow = array(); - $tabrow[] = new tabobject('htmlarea',$url . '1', 'HTMLArea'); - $tabrow[] = new tabobject('tinymce',$url . '2', 'TinyMCE'); - $tabs = array($tabrow); + //$url = 'editor.php?tab='; + //$tabrow = array(); + //$tabrow[] = new tabobject('htmlarea',$url . '1', 'HTMLArea'); + //$tabrow[] = new tabobject('tinymce',$url . '2', 'TinyMCE'); + //$tabs = array($tabrow); $fontlist = editor_convert_to_array($CFG->editorfontlist); $dicts = editor_get_dictionaries(); @@ -61,7 +61,7 @@ print_simple_box("
$streditorsettingshelp
","center","50%"); print("
\n"); - print_tabs($tabs, $currenttab, $inactive); + //print_tabs($tabs, $currenttab, $inactive); print_simple_box_start("center"); include("editor.html"); -- 2.39.5