mirror of
https://github.com/moodle/moodle.git
synced 2025-02-11 19:16:23 +01:00
This change: - Fixes naming of initials_selector class (making plural to match its predecessor), and addresses relevant calling code. - Adds an initials_dropdown_form renderable, templatable - Removes superfluous course/classes/output/actionbar renderer - Replaces the rendering logic inside initial_selector with calls to render the new renderable - Simplifies the initials_selector class, using instance vars instead of passing args to helpers, removing unnecessary vars, etc.