Your IP : 216.73.216.95


Current Path : /var/www/ljmtc/cbt/lib/form/templates/
Upload File :
Current File : /var/www/ljmtc/cbt/lib/form/templates/element-button.mustache

{{< 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 }}