Fix typos in login module IDs and add comprehensive documentation

Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-22 22:28:53 +00:00
parent 0c6a35f9bd
commit 5e9a9a1170
3 changed files with 257 additions and 4 deletions

View File

@@ -67,11 +67,11 @@ $wrapperClass = 'mod-cblogin mod-cblogin-responsive ' . $moduleclass_sfx;
<div class="mod-cblogin__fields">
<div class="mod-cblogin__field">
<label for="modlogi username<?php echo $moduleId; ?>" class="mod-cblogin__label">
<label for="modloginusername<?php echo $moduleId; ?>" class="mod-cblogin__label">
<?php echo Text::_('MOD_CBLOGIN_USERNAME'); ?>
</label>
<input
id="modlogi username<?php echo $moduleId; ?>"
id="modloginusername<?php echo $moduleId; ?>"
type="text"
name="username"
class="mod-cblogin__input form-control"