mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
Allow wrapping any mform in a "form-inline" div to make it a responsive inline form. Use this for the enrol users filter for and get rid of a good chunk of custom styles.
ENROLMENT MODULES ----------------- (Yes, that's the correct English spelling ;-) ) All enrolment modules must extend base class enrol_plugin which is defined in lib/enrollib.php. You can find documentation of each method in the base class.