Improvements to help, and addition of new "Activity modules" help

for teachers adding new modules.
This commit is contained in:
moodler
2002-10-21 03:00:40 +00:00
parent 2ee53d15ff
commit e5dfd0f31f
9 changed files with 102 additions and 49 deletions
+1 -1
View File
@@ -602,7 +602,7 @@ function helpbutton ($page, $title="", $module="moodle", $image=true, $text="")
$module = "moodle";
}
if ($image) {
$linkobject = "<IMG BORDER=0 ALT=\"$title\" SRC=\"$CFG->wwwroot/pix/help.gif\">";
$linkobject = "<IMG BORDER=0 HEIGHT=17 WIDTH=22 ALT=\"$title\" SRC=\"$CFG->wwwroot/pix/help.gif\">";
} else {
$linkobject = $title;
}