# maxbuttons/7.1.3/blocks/tpl/text.tpl

MaxButtons – Create buttons, version 7.1.3. 13 lines.

- Page: https://pluginprobe.com/plugins/maxbuttons/7.1.3/code/blocks/tpl/text.tpl
- Raw: https://pluginprobe.com/plugins/maxbuttons/7.1.3/raw/blocks/tpl/text.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/text.tpl#L10-L20`.

```
		{if:label} 	<label for='%%id%%'>%%label%%</label> {/if:label}
		<div class="input text %%name%%">{if:before_input} %%before_input%% {/if:before_input}
			<input type="text"
				id="%%id%%"
				name="%%name%%"
				value="%%value%%"
				placeholder="%%placeholder%%"
				{if:inputclass}class="%%inputclass%%"{/if:inputclass}
				{if:disabled} disabled {/if:disabled}
			/>
		{if:help}<div class="help fa fa-question-circle "><span>%%help%%</span></div>{/if:help}
		</div>

```
