{* $Id: profiles.tpl 1210 2006-01-31 15:56:50Z zeke $ *} {include file="profiles_pages/profiles_scripts.tpl"}
{capture name="mainbox"}

{$lang.text_mandatory_fields}

{include file="profiles_pages/profiles_account.tpl"} {include file="profiles_pages/profiles_contact.tpl"} {include file="profiles_pages/multiple_profiles.tpl"} {include file="profiles_pages/profiles_billing.tpl"} {include file="profiles_pages/profiles_shipping.tpl"}

{if $mode == "update"} {include file="buttons/update_profile.tpl" but_onclick="javascript: if (fn_check_fields('profile_form', ext_ids)) document.profile_form.submit();"} {else} {include file="buttons/register_profile.tpl" but_onclick="javascript: if (fn_check_fields('profile_form', ext_ids)) document.profile_form.submit();"} {/if}

{/capture} {if $mode == 'add'} {include file="common_templates/mainbox.tpl" title=$lang.register_profile content=$smarty.capture.mainbox} {else} {include file="common_templates/mainbox.tpl" title=$lang.update_profile content=$smarty.capture.mainbox} {/if}