# maxbuttons/6.27/blocks/tpl/button.tpl

MaxButtons – Create buttons, version 6.27. 7 lines.

- Page: https://pluginprobe.com/plugins/maxbuttons/6.27/code/blocks/tpl/button.tpl
- Raw: https://pluginprobe.com/plugins/maxbuttons/6.27/raw/blocks/tpl/button.tpl
- Modified: 2017-06-19T10:34:04+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/6.27/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} > %%button_label%% </button>
	
</div>

```
