Added a help button to the backup form.

This commit is contained in:
jamiesensei 2007-08-17 10:03:18 +00:00
parent c389b50482
commit 863be1a95c

View 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");