Merge branch 'MDL-63424-master' of git://github.com/lucaboesch/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2020-02-04 19:28:36 +01:00
commit 3ed74c3f93

View File

@ -1,5 +1,10 @@
<div class="form-group row {{#error}}has-danger{{/error}} fitem {{#advanced}}advanced{{/advanced}} {{{element.extraclasses}}}">
<div class="col-md-3">
<span class="float-sm-right text-nowrap">
{{#required}}<abbr class="initialism text-danger" title="{{#str}}required{{/str}}">{{#pix}}req, core, {{#str}}required{{/str}}{{/pix}}</abbr>{{/required}}
{{#advanced}}<abbr class="initialism text-info" title="{{#str}}advanced{{/str}}">!</abbr>{{/advanced}}
{{{helpbutton}}}
</span>
{{#text}}
<label for="{{element.id}}">
{{{label}}}