mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 11:56:40 +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>
|
||||||
<div class="col-md-9 checkbox">
|
<div class="col-md-9 checkbox">
|
||||||
<div class="form-check">
|
<div class="form-check">
|
||||||
|
<span class="text-nowrap">
|
||||||
<label class="form-check-label">
|
<label class="form-check-label">
|
||||||
{{^element.hardfrozen}}{{#element.frozen}}{{#element.checked}}
|
{{^element.hardfrozen}}{{#element.frozen}}{{#element.checked}}
|
||||||
<input type="hidden" name="{{element.name}}" value="{{element.value}}">
|
<input type="hidden" name="{{element.name}}" value="{{element.value}}">
|
||||||
|
@ -38,12 +39,11 @@
|
||||||
{{{label}}}
|
{{{label}}}
|
||||||
{{/text}}
|
{{/text}}
|
||||||
</label>
|
</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}}
|
{{#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}}
|
{{#advanced}}<abbr class="initialism text-info" title="{{#str}}advanced{{/str}}">!</abbr>{{/advanced}}
|
||||||
{{{helpbutton}}}
|
{{{helpbutton}}}
|
||||||
</span>
|
</span>
|
||||||
|
</div>
|
||||||
<div class="form-control-feedback invalid-feedback" id="id_error_{{element.name}}" {{#error}} style="display: block;"{{/error}}>
|
<div class="form-control-feedback invalid-feedback" id="id_error_{{element.name}}" {{#error}} style="display: block;"{{/error}}>
|
||||||
{{{error}}}
|
{{{error}}}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue