mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 07:56:06 +02:00
Added a help button to the backup form.
This commit is contained in:
parent
c389b50482
commit
863be1a95c
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user