| Current Path : /var/www/html/sudamerisseguros.sumar.com.py/lib/form/templates/ |
| Current File : /var/www/html/sudamerisseguros.sumar.com.py/lib/form/templates/element-button-inline.mustache |
{{< 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 }}