]> git.mjollnir.org Git - moodle.git/commitdiff
Use of moodle's writing.html help rather than a "local" one.
authorrkingdon <rkingdon>
Wed, 11 Aug 2004 12:30:26 +0000 (12:30 +0000)
committerrkingdon <rkingdon>
Wed, 11 Aug 2004 12:30:26 +0000 (12:30 +0000)
mod/dialogue/locallib.php
mod/dialogue/view.php

index 764026d6f2a588c120f8257c66448970a2d269ae..33b9b7e50b8c6d4c1497f6b2452ad4e7feedad69 100644 (file)
@@ -465,7 +465,7 @@ function dialogue_list_conversations_self($dialogue) {
                        }
                        echo "</td></tr>\n";
                        echo "<tr><td valign=\"top\" align=\"right\">\n";
-                       helpbutton("writing", get_string("helpwriting"), "dialogue", true, true);
+                       helpbutton("writing", get_string("helpwriting"), "moodle", true, true);
                        echo "<br />";
                        echo "</td><td>\n";
                        // use a cumbersome name on the textarea is just historical :-) 
@@ -555,7 +555,7 @@ function dialogue_print_conversation($dialogue, $conversation) {
     echo "<tr><td colspan=\"2\" align=\"center\" valign=\"top\"><i>".
         get_string("typefollowup", "dialogue")."</i></td></tr>\n";
     echo "<tr><td valign=\"top\" align=\"right\">\n";
-    helpbutton("writing", get_string("helpwriting"), "dialogue", true, true);
+    helpbutton("writing", get_string("helpwriting"), "moodle", true, true);
     echo "<br />";
     echo "</td><td>\n";
     // use a cumbersome name on the textarea for historical reasons :-) 
index 1956dcce6570e772b891504a685ff52f51412ffd..679ac162bfba1cfbc6137afba91b3dc8893e6ca7 100644 (file)
                                echo "<tr><td colspan=\"2\" align=\"center\" valign=\"top\"><i>".
                         get_string("typefirstentry", "dialogue")."</i></td></tr>\n";
                                echo "<tr><td valign=\"top\" align=\"right\">\n";
-                               helpbutton("writing", get_string("helpwriting"), "dialogue", true, true);
+                               helpbutton("writing", get_string("helpwriting"), "moodle", true, true);
                                echo "<br />";
                                echo "</td><td>\n";
                     print_textarea($usehtmleditor, 20, 75, 630, 300, "firstentry");