summaryrefslogtreecommitdiff
path: root/templates/edit_xref_inc_report_fields.tpl
blob: 83bcd47903797df67d8877829b42e16ef909e602 (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="Handling Incident Report."}
	{/forminput}
	<div class="clear"></div>
</div>
{/strip}