blob: 2231b61c42122d9af59241e9bd02a310d5e498f9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
{strip}
<div class="form-group">
{formlabel label="`$xrefInfo.template_title` Value" for="`$output`xkey_ext"}
{forminput}
<input type="text" name="{$output}xkey_ext" id="xkey_ext" value="{$xrefInfo.xkey_ext|escape}" />
{formhelp note="Numeric values such as distaces and counts."}
{/forminput}
<div class="clear"></div>
</div>
{/strip}
|