From 863be1a95cb1327164ab8a47ce4b06f32404c566 Mon Sep 17 00:00:00 2001 From: jamiesensei Date: Fri, 17 Aug 2007 10:03:18 +0000 Subject: [PATCH] Added a help button to the backup form. --- backup/backup_form.html | 1 + 1 file changed, 1 insertion(+) diff --git a/backup/backup_form.html b/backup/backup_form.html index 61dfad56000..ca36bd97831 100644 --- a/backup/backup_form.html +++ b/backup/backup_form.html @@ -268,6 +268,7 @@ function selectItemInCheckboxByName(formId, checkName, checked ) { echo ""; echo ""; echo get_string ("sitefilesused").":"; + helpbutton('sitefilesused', get_string('sitefilesused')); echo ""; $course_file_options[0] = get_string("no"); $course_file_options[1] = get_string("yes");