mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Merge branch 'MDL-73554' of https://github.com/Chocolate-lightning/moodle
This commit is contained in:
commit
fa9f8c451b
@ -47,7 +47,7 @@
|
||||
}
|
||||
}}
|
||||
{{#metadata}}
|
||||
<span class="usertext d-flex mr-1">
|
||||
<span class="usertext d-flex mr-3">
|
||||
<span class="meta d-flex {{classes}}">
|
||||
{{{content}}}
|
||||
</span>
|
||||
|
@ -842,7 +842,7 @@ function user_get_user_navigation_info($user, $page, $options = array()) {
|
||||
|
||||
// Get login failures string.
|
||||
$a = new stdClass();
|
||||
$a->attempts = html_writer::tag('span', $count, array('class' => 'value'));
|
||||
$a->attempts = html_writer::tag('span', $count, array('class' => 'value mr-1 font-weight-bold'));
|
||||
$returnobject->metadata['userloginfail'] =
|
||||
get_string('failedloginattempts', '', $a);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user