summaryrefslogtreecommitdiff
path: root/templates/edit_xref_phone_fields.tpl
blob: d77f48767f6284df14a29813b2b26a7534301212 (plain)
1
2
3
4
5
6
7
8
9
10
{strip}
<div class="form-group">
	{formlabel label="`$xrefInfo.template_title` Number" for="`$output`xkey"}
	{forminput}
		<input type="text" name="{$output}xkey" id="xkey" value="{$xrefInfo.xkey|escape}" />
		{formhelp note="Telephone number. Use (+xx) for country code and include leading zero."}
	{/forminput}
	<div class="clear"></div>
</div>
{/strip}