You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
554 B
18 lines
554 B
2 years ago
|
{{< core_form/element-template }}
|
||
|
{{$element}}
|
||
|
{{^element.frozen}}
|
||
|
<button
|
||
|
class="btn btn-secondary ml-0"
|
||
|
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 }}
|