mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
Merge branch 'MDL-64570-master' of git://github.com/damyon/moodle
This commit is contained in:
commit
7677a86cc0
13 changed files with 175 additions and 21 deletions
|
@ -136,13 +136,15 @@
|
|||
<input type="text" name="username" id="username"
|
||||
class="form-control"
|
||||
value="{{username}}"
|
||||
placeholder={{#quote}}{{^canloginbyemail}}{{#str}}username{{/str}}{{/canloginbyemail}}{{#canloginbyemail}}{{#str}}usernameemail{{/str}}{{/canloginbyemail}}{{/quote}}>
|
||||
placeholder={{#quote}}{{^canloginbyemail}}{{#str}}username{{/str}}{{/canloginbyemail}}{{#canloginbyemail}}{{#str}}usernameemail{{/str}}{{/canloginbyemail}}{{/quote}}
|
||||
autocomplete="username">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="password" class="sr-only">{{#str}} password {{/str}}</label>
|
||||
<input type="password" name="password" id="password" value=""
|
||||
class="form-control"
|
||||
placeholder={{#quote}}{{#str}}password{{/str}}{{/quote}}>
|
||||
placeholder={{#quote}}{{#str}}password{{/str}}{{/quote}}
|
||||
autocomplete="current-password">
|
||||
</div>
|
||||
{{#rememberusername}}
|
||||
<div class="rememberpass mt-3">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
size="{{element.size}}"
|
||||
{{#error}}
|
||||
autofocus aria-describedby="id_error_{{element.name}}"
|
||||
{{/error}} {{{attributes}}}>
|
||||
{{/error}} {{{element.attributes}}}>
|
||||
{{/element.frozen}}
|
||||
{{/element}}
|
||||
{{/ core_form/element-template }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue