Skip to content

Commit

Permalink
Merge branch 'MDL-56627-master' of git://github.com/damyon/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Oct 31, 2016
2 parents a9f119e + 70f0010 commit 9e972b3
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
Expand Up @@ -21,8 +21,8 @@
disabled
{{/element.frozen}}
{{{element.attributes}}} >
{{{label}}} {{{helpbutton}}}
</label>
{{{label}}}
</label> {{{helpbutton}}}
<span class="form-control-feedback" id="id_error_{{element.name}}" {{^error}} style="display: none;"{{/error}}>
{{{error}}}
</span>
Expand Down
4 changes: 2 additions & 2 deletions theme/boost/templates/core_form/element-advcheckbox.mustache
Expand Up @@ -22,8 +22,8 @@
disabled
{{/element.frozen}}
{{{element.attributes}}} >
{{{label}}} {{{helpbutton}}}
</label>
{{{label}}}
</label> {{{helpbutton}}}
<div class="form-control-feedback" id="id_error_{{element.name}}" {{^error}} style="display: none;"{{/error}}>
{{{error}}}
</div>
Expand Down
Expand Up @@ -24,8 +24,8 @@
disabled
{{/element.frozen}}
{{{element.attributes}}} >
{{{label}}} {{{helpbutton}}}
</label>
{{{label}}}
</label> {{{helpbutton}}}
<span class="form-control-feedback" id="id_error_{{element.name}}" {{^error}} style="display: none;"{{/error}}>
{{{error}}}
</span>
Expand Down
4 changes: 2 additions & 2 deletions theme/boost/templates/core_form/element-checkbox.mustache
Expand Up @@ -25,8 +25,8 @@
disabled
{{/element.frozen}}
{{{element.attributes}}} >
{{{label}}} {{{helpbutton}}}
</label>
{{{label}}}
</label> {{{helpbutton}}}
<div class="form-control-feedback" id="id_error_{{element.name}}" {{^error}} style="display: none;"{{/error}}>
{{{error}}}
</div>
Expand Down
4 changes: 2 additions & 2 deletions theme/boost/templates/core_form/element-radio-inline.mustache
Expand Up @@ -21,8 +21,8 @@
{{/error}}
{{{element.attributes}}} >
{{/element.frozen}}
{{{label}}} {{{helpbutton}}}
</label>
{{{label}}}
</label> {{{helpbutton}}}
<span class="form-control-feedback" id="id_error_{{element.name}}" {{^error}} style="display: none;"{{/error}}>
{{{error}}}
</span>
Expand Down
4 changes: 2 additions & 2 deletions theme/boost/templates/core_form/element-radio.mustache
Expand Up @@ -22,8 +22,8 @@
autofocus aria-describedby="id_error_{{element.name}}"
{{/error}} {{{element.attributes}}} >
{{/element.frozen}}
{{{label}}} {{{helpbutton}}}
</label>
{{{label}}}
</label> {{{helpbutton}}}
<div class="form-control-feedback" id="id_error_{{element.name}}" {{^error}} style="display: none;"{{/error}}>
{{{error}}}
</div>
Expand Down

0 comments on commit 9e972b3

Please sign in to comment.