mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
![]() - The backup details page uses a table to show a sumary of the backup content. Used role attribute to denote the tabular format of the summary. - The backup details page displays activity name next to each activity icon. Therefore the icons are only decorative and do not need to have any title or even alt text. - Form labels should be associated with form controls. A div element is not a form control. - The from attribute of the form labels should be equal to the id attribute of an element. Therefore, we first create a label and an input elements and associate them to each other, and then pass them to backup_detail_pair() when a label is needed. |
||
---|---|---|
.. | ||
cc | ||
controller | ||
converter | ||
moodle2 | ||
tests | ||
util | ||
backup.class.php | ||
backup.php | ||
backupfilesedit.php | ||
backupfilesedit_form.php | ||
copy.php | ||
copyprogress.php | ||
externallib.php | ||
import.php | ||
log.php | ||
restore.php | ||
restorefile.php | ||
restorefile_form.php | ||
upgrade.txt |