Merge branch 'MDL-66543-master' of git://github.com/tobiasreischmann/moodle

This commit is contained in:
Jun Pataleta 2019-10-24 23:08:43 +08:00
commit 9f1af3771d

View File

@ -1,6 +1,5 @@
{{< core_form/element-template }}
{{$element}}
{{^element.frozen}}
<textarea
name="{{element.name}}"
id="{{element.id}}"
@ -8,10 +7,10 @@
{{#error}}
autofocus aria-describedby="{{element.iderror}}"
{{/error}}
{{{element.attributes}}} >{{element.value}}</textarea>
{{/element.frozen}}
{{#element.frozen}}
{{element.value}}
{{/element.frozen}}
{{{element.attributes}}}
{{#element.frozen}}
readonly {{#element.hardfrozen}}disabled{{/element.hardfrozen}}
{{/element.frozen}}
>{{element.value}}</textarea>
{{/element}}
{{/ core_form/element-template }}