diff options
Diffstat (limited to 'templates/view_xref_address.tpl')
| -rw-r--r-- | templates/view_xref_address.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/view_xref_address.tpl b/templates/view_xref_address.tpl index 83d68ea..bdcb63e 100644 --- a/templates/view_xref_address.tpl +++ b/templates/view_xref_address.tpl @@ -16,6 +16,7 @@ {/if} {formhelp note="House name and/or number when used with postcode, or free format full address."} {/forminput} + <div class="clear"></div> </div> <div class="row"> @@ -28,6 +29,7 @@ {/if} {formhelp note="Postcode for address."} {/forminput} + <div class="clear"></div> </div> <div class="row"> @@ -36,6 +38,7 @@ {$xrefInfo.data|escape} {formhelp note="Keep the text attached to reference items short and use comment records to add larger volumns of text. This should be reserved for simple notes such 'as use after 5PM' or the link."} {/forminput} + <div class="clear"></div> </div> {/legend} @@ -50,6 +53,7 @@ {/if} {formhelp note="This address record becomes valid on this date."} {/forminput} + <div class="clear"></div> </div> <div class="row"> @@ -62,6 +66,7 @@ {/if} {formhelp note="This address record finishes on this date."} {/forminput} + <div class="clear"></div> </div> {/legend} <a class="item" href="{$smarty.const.CONTACT_PKG_URL}index.php?content_id={$xrefInfo.content_id}">{tr}Return{/tr}</a> |
