<button type="button" class="btn btn-default">
<span class="fa fa-lock" aria-hidden="true"></span>
<span class="sr-only">Vergrendelen</span>
</button>
<button type="{{ type }}" class="btn btn-{{ modifier }}" {{{ifattr 'disabled' disabled }}}>
{{#if icon }}
{{> '@icon' icon=icon }}
{{/if}}
{{#if iconOnly }}
<span class="sr-only">{{ label }}</span>
{{else}}
{{ label }}
{{/if}}
{{#if count }}
{{> '@badge' }}
{{/if}}
</button>
label: Vergrendelen
type: button
modifier: default
icon: fa fa-lock
iconOnly: true
There are no notes for this item.