{* $Header: /cvsroot/bitweaver/_bit_contact/templates/edit_contact.tpl,v 1.1 2008/08/27 16:20:01 lsces Exp $ *} {popup_init src="`$gBitLoc.THEMES_PKG_URL`overlib.js"} {strip}
{bithelp}
{* Check to see if there is an editing conflict *} {if $editpageconflict == 'y'} {/if}
{if $preview}

Preview - {$gContent->mInfo.title}

{include file="bitpackage:contact/contact_display.tpl" page=`$gContent->mInfo.content_id`}
{/if}

{if $gContent->mInfo.content_id} {tr}{tr}Edit - {/tr} {$gContent->mInfo.title}{/tr} {else} {tr}Create New Record{/tr} {/if}

{form legend="Edit/Create Contact Record" enctype="multipart/form-data" id="editpageform"} {include file="bitpackage:contact/edit_type_header.tpl"} {*
{formlabel label="Title" for="title"} {forminput} {/forminput}
{formlabel label="Forename" for="forename"} {forminput} {/forminput}
{formlabel label="Surname" for="surname"} {forminput} {/forminput}
{formlabel label="Suffix" for="suffix"} {forminput} {/forminput}
{formlabel label="Organisation" for="organisation"} {forminput} {/forminput}
{formlabel label="NI Number" for="nino"} {forminput} {/forminput}
*}
{formlabel label="Note" for="description"} {forminput} {/forminput}
{formlabel label="Memo" for="$textarea_id"} {forminput} {/forminput}
 
{/form}
{/strip}