# maxbuttons/7.1.3/blocks/tpl/button.tpl

MaxButtons – Create buttons, version 7.1.3. 10 lines.

- Page: https://pluginprobe.com/plugins/maxbuttons/7.1.3/code/blocks/tpl/button.tpl
- Raw: https://pluginprobe.com/plugins/maxbuttons/7.1.3/raw/blocks/tpl/button.tpl
- Modified: 2018-04-27T05:47:18+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/maxbuttons/7.1.3/code/blocks/tpl/button.tpl#L10-L20`.

```
	{if:label}<label>%%label%%</label>{/if:label}
<div class='input  %%name%%' {if:conditional}data-show="%%conditional%%"{/if:conditional}>
	<button id='%%id%%' type='button' class='button {if:inputclass}%%inputclass%%{/if:inputclass}'
	{if:modal}data-modal='%%modal%%'{/if:modal}
	{if:dataaction}data-action='%%dataaction%%'{/if:dataaction}
	{if:disabled} disabled {/if:disabled}
	> %%button_label%% </button>

</div>

```
