From: moodler Date: Sun, 17 Aug 2003 02:32:24 +0000 (+0000) Subject: Help buttons fixed X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a3ba14700e1c233626f3a8a7f49fc5d7731358b8;p=moodle.git Help buttons fixed --- diff --git a/course/scales.php b/course/scales.php index ec34c429ef..05ef4fcfe8 100644 --- a/course/scales.php +++ b/course/scales.php @@ -147,7 +147,7 @@ "id\">$course->shortname -> $strscales", $focus); - print_heading($strcustomscales); + print_heading_with_help($strcustomscales, "scales"); if (!empty($notify)) { notify($notify); @@ -180,7 +180,6 @@ } echo "

$strname:

"; echo "name)."\">"; - helpbutton("scalename", $strname); echo ""; echo ""; echo ""; @@ -191,13 +190,12 @@ } echo "

$strscale:

"; echo ""; - helpbutton("scale", $strscale); echo ""; echo ""; echo ""; echo "

$strdescription:

"; echo ""; - helpbutton("scaledescription", get_string("scaledescription")); + helpbutton("text", get_string("text")); echo ""; echo ""; echo "";