]> git.mjollnir.org Git - moodle.git/commitdiff
Hiding TinyMCE settings for now, deferring this to 1.7
authormoodler <moodler>
Mon, 27 Mar 2006 14:09:03 +0000 (14:09 +0000)
committermoodler <moodler>
Mon, 27 Mar 2006 14:09:03 +0000 (14:09 +0000)
admin/editor.php

index c530fba74191351ef3e211dcd5023a6ac818be5d..37178058e5715ed9a8389fcd4c67585524e7ae8a 100644 (file)
                 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("<center>$streditorsettingshelp</center>","center","50%");
         print("<br />\n");
-        print_tabs($tabs, $currenttab, $inactive);
+        //print_tabs($tabs, $currenttab, $inactive);
 
         print_simple_box_start("center");
         include("editor.html");