diff --git a/mod/glossary/comment.html b/mod/glossary/comment.html index 61cae6900adad..6025e9dc7c36a 100644 --- a/mod/glossary/comment.html +++ b/mod/glossary/comment.html @@ -1,36 +1,46 @@ -
+ - + + + + + + +

:

- +

+ : +

+ text); ?> +
+ + "; if ($usehtmleditor) { helpbutton("richtext", get_string("helprichtext"), "moodle", true, true); } else { - emoticonhelpbutton("form", "comment"); - } + emoticonhelpbutton("form", "text"); + } ?> -
-
+
+ +

:

text); - - echo "

"; - helpbutton("textformat", get_string("helpformatting")); - print_string("formattexttype"); - echo ": "; - if (!isset($form->format)) { - if (!$form->format) { - $form->format = $defaultformat; - } - } - choose_from_menu(format_text_menu(), "format", $form->format, ""); - echo "

"; - ?> + if ($usehtmleditor) { /// Trying this out for a while + print_string('formathtml'); + echo ''; + } else { + if (!isset($form->format)) { + $form->format = $defaultformat; + } + choose_from_menu(format_text_menu(), "format", $form->format, ""); + } + helpbutton("textformat", get_string("helpformatting")); + ?>