blob: 56e282a1ae6aa665a586ca460239181a938b3cd5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{strip}
<div class="form-group">
{formlabel label="House Name/Number" for="$outputxkey_ext"}
{forminput}
<input type="text" name="{$output}xkey_ext" id="xkey_ext" value="{$xrefInfo.xkey_ext|escape}" />
{formhelp note="House name and/or number when used with postcode, or free format full address."}
{/forminput}
<div class="clear"></div>
</div>
<div class="form-group">
{formlabel label="Postcode" for="$outputxkey"}
{forminput}
<input type="text" name="{$output}xkey" id="xkey" value="{$xrefInfo.xkey|escape}" /> <input type="submit" name="fPostcode" value="{tr}Postcode Lookup{/tr}" />
{formhelp note="Postcode for address."}
{/forminput}
<div class="clear"></div>
</div>
{/strip}
|