mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 09:56:38 +02:00
18 lines
580 B
Text
18 lines
580 B
Text
{{< core_form/element-template-inline }}
|
|
{{$element}}
|
|
{{^element.frozen}}
|
|
<button
|
|
class="btn btn-secondary"
|
|
name="{{element.name}}"
|
|
id="{{element.id}}"
|
|
type="button"
|
|
{{#error}}
|
|
autofocus aria-describedby="{{element.iderror}}"
|
|
{{/error}}
|
|
{{{element.attributes}}}
|
|
>
|
|
{{{element.value}}}
|
|
</button>
|
|
{{/element.frozen}}
|
|
{{/element}}
|
|
{{/ core_form/element-template-inline }}
|