...
Code Block | ||
---|---|---|
| ||
<?php $string['pluginname'] = 'Course enrolment request form'; |
Create a default enrolment workflow
To create a default enrolment workflow, run this PHP script in your directory roots:
Code Block | ||
---|---|---|
| ||
php dev/approval/enrol/create_workflow.php |
How to change a form label, or make it a lang string
...