]> git.mjollnir.org Git - moodle.git/commitdiff
Merged help button fix from stable
authormoodler <moodler>
Sun, 29 Aug 2004 07:38:48 +0000 (07:38 +0000)
committermoodler <moodler>
Sun, 29 Aug 2004 07:38:48 +0000 (07:38 +0000)
mod/quiz/questiontypes/datasetdependent/datasetitems.php

index 7b5b316ca301aa78dd435c9ff7fac4c1cfa0950c..3bbff7b399e242c3ebda10ccc798ea6329fd1edf 100644 (file)
@@ -1,6 +1,6 @@
 <?PHP // $Id$
 
-// Allows a teacher to create, edit and delete categories
+// Allows a teacher to create, edit and delete datasets
 
 /// Print headings
 
 
 /// Print heading
 
-    echo "<P ALIGN=CENTER><FONT SIZE=3>";
-    echo $streditdatasets;
-    helpbutton("categories", $streditdatasets, "quiz");
-    echo "</FONT></P>";
+    print_heading_with_help($streditdatasets, 'questiondatasets', "quiz");
 
 /// If data submitted, then process and store.
     if ($form = data_submitted()) {