From 7da51bfdc360a2a112f53556e20ba4f8c4b7a14a Mon Sep 17 00:00:00 2001 From: skodak Date: Tue, 23 Sep 2008 14:51:55 +0000 Subject: [PATCH] MDL-16627 removing obsoleted HTMLArea --- lib/weblib.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/weblib.php b/lib/weblib.php index 1ac2faf4cc..b2f2c8b021 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -6015,10 +6015,12 @@ function editortogglebutton($id) { function editorshortcutshelpbutton() { global $CFG; - $imagetext = ''.
+    //TODO: detect current editor and print correct info
+/*    $imagetext = '<img src=httpswwwroot . '/lib/editor/htmlarea/images/kbhelp.gif" alt="'. get_string('editorshortcutkeys').'" class="iconkbhelp" />'; - return helpbutton('editorshortcuts', get_string('editorshortcutkeys'), 'moodle', true, false, '', true, $imagetext); + return helpbutton('editorshortcuts', get_string('editorshortcutkeys'), 'moodle', true, false, '', true, $imagetext);*/ + return ''; } /** -- 2.39.5