From: rkingdon Date: Wed, 11 Aug 2004 12:30:26 +0000 (+0000) Subject: Use of moodle's writing.html help rather than a "local" one. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=3b42c6d8f1d3d4946ec2219ee9d98f0453a25592;p=moodle.git Use of moodle's writing.html help rather than a "local" one. --- diff --git a/mod/dialogue/locallib.php b/mod/dialogue/locallib.php index 764026d6f2..33b9b7e50b 100644 --- a/mod/dialogue/locallib.php +++ b/mod/dialogue/locallib.php @@ -465,7 +465,7 @@ function dialogue_list_conversations_self($dialogue) { } echo "\n"; echo "\n"; - helpbutton("writing", get_string("helpwriting"), "dialogue", true, true); + helpbutton("writing", get_string("helpwriting"), "moodle", true, true); echo "
"; echo "\n"; // use a cumbersome name on the textarea is just historical :-) @@ -555,7 +555,7 @@ function dialogue_print_conversation($dialogue, $conversation) { echo "". get_string("typefollowup", "dialogue")."\n"; echo "\n"; - helpbutton("writing", get_string("helpwriting"), "dialogue", true, true); + helpbutton("writing", get_string("helpwriting"), "moodle", true, true); echo "
"; echo "\n"; // use a cumbersome name on the textarea for historical reasons :-) diff --git a/mod/dialogue/view.php b/mod/dialogue/view.php index 1956dcce65..679ac162bf 100644 --- a/mod/dialogue/view.php +++ b/mod/dialogue/view.php @@ -157,7 +157,7 @@ echo "". get_string("typefirstentry", "dialogue")."\n"; echo "\n"; - helpbutton("writing", get_string("helpwriting"), "dialogue", true, true); + helpbutton("writing", get_string("helpwriting"), "moodle", true, true); echo "
"; echo "\n"; print_textarea($usehtmleditor, 20, 75, 630, 300, "firstentry");