mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 03:46:42 +02:00
Merge branch 'MDL-62886-35' of https://github.com/lucaboesch/moodle into MOODLE_35_STABLE
This commit is contained in:
commit
105bfe1d95
1 changed files with 21 additions and 21 deletions
|
@ -20,6 +20,7 @@
|
|||
</div>
|
||||
<div class="col-md-9 checkbox">
|
||||
<div class="form-check">
|
||||
<span class="text-nowrap">
|
||||
<label class="form-check-label">
|
||||
{{^element.hardfrozen}}{{#element.frozen}}{{#element.checked}}
|
||||
<input type="hidden" name="{{element.name}}" value="{{element.value}}">
|
||||
|
@ -38,12 +39,11 @@
|
|||
{{{label}}}
|
||||
{{/text}}
|
||||
</label>
|
||||
</div>
|
||||
<span class="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>
|
||||
</div>
|
||||
<div class="form-control-feedback invalid-feedback" id="id_error_{{element.name}}" {{#error}} style="display: block;"{{/error}}>
|
||||
{{{error}}}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue