From 3b42c6d8f1d3d4946ec2219ee9d98f0453a25592 Mon Sep 17 00:00:00 2001 From: rkingdon Date: Wed, 11 Aug 2004 12:30:26 +0000 Subject: [PATCH] Use of moodle's writing.html help rather than a "local" one. --- mod/dialogue/locallib.php | 4 ++-- mod/dialogue/view.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"); -- 2.39.5