From a3ba14700e1c233626f3a8a7f49fc5d7731358b8 Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 17 Aug 2003 02:32:24 +0000 Subject: [PATCH] Help buttons fixed --- course/scales.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 ""; -- 2.39.5