]> git.mjollnir.org Git - moodle.git/commitdiff
Added a help button to the backup form.
authorjamiesensei <jamiesensei>
Fri, 17 Aug 2007 10:03:18 +0000 (10:03 +0000)
committerjamiesensei <jamiesensei>
Fri, 17 Aug 2007 10:03:18 +0000 (10:03 +0000)
backup/backup_form.html

index 61dfad56000dd3fb49740cc13ff46f3365583cb3..ca36bd97831725d9ee1033a2767fe99e8f73f3d8 100644 (file)
@@ -268,6 +268,7 @@ function selectItemInCheckboxByName(formId, checkName, checked ) {
             echo "<tr>";
             echo "<td align=\"right\" colspan=\"2\"><b>";
             echo get_string ("sitefilesused").":";
+            helpbutton('sitefilesused', get_string('sitefilesused'));
             echo "</b></td><td colspan=\"2\">";
             $course_file_options[0] = get_string("no");
             $course_file_options[1] = get_string("yes");