blob: be049ba0a5104a7ccd563253076b9ad6a050f2c3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
{strip}
<div class="form-group">
{formlabel label="`$xrefInfo.template_title` Text" for="`$output`xkey_ext"}
{forminput}
<input type="text" name="{$output}xkey_ext" id="xkey_ext" value="{$xrefInfo.xkey_ext|escape}" />
{formhelp note="Simple free format text entries like email or web addresses."}
{/forminput}
<div class="clear"></div>
</div>
{/strip}
|