From: moodler Date: Fri, 18 Oct 2002 09:38:58 +0000 (+0000) Subject: Better help with text formats X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=cf094bd4b4aa7701a2776182e8edcf30f4e51f91;p=moodle.git Better help with text formats --- diff --git a/mod/assignment/mod.html b/mod/assignment/mod.html index f53f72106e..5656e9e237 100644 --- a/mod/assignment/mod.html +++ b/mod/assignment/mod.html @@ -34,6 +34,7 @@ $form->format = $defaultformat; } choose_from_menu(format_text_menu(), "format", $form->format, ""); + helpbutton("textformat", get_string("formattexttype")); echo "

"; ?> diff --git a/mod/forum/post.html b/mod/forum/post.html index ef1d4efbe5..dd34237240 100644 --- a/mod/forum/post.html +++ b/mod/forum/post.html @@ -31,6 +31,7 @@

:

format, ""); ?> +   diff --git a/mod/journal/edit.html b/mod/journal/edit.html index 1284bd0a02..b331b2d7cc 100644 --- a/mod/journal/edit.html +++ b/mod/journal/edit.html @@ -11,7 +11,8 @@

format, ""); ?> + choose_from_menu(format_text_menu(), "format", $entry->format, ""); + helpbutton("textformat", get_string("formattexttype")) ?>