From: jamiesensei Date: Fri, 17 Aug 2007 10:03:18 +0000 (+0000) Subject: Added a help button to the backup form. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=863be1a95cb1327164ab8a47ce4b06f32404c566;p=moodle.git Added a help button to the backup form. --- diff --git a/backup/backup_form.html b/backup/backup_form.html index 61dfad5600..ca36bd9783 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");