{{csscombine file="`$url.css`contact-edit.css"}} {{$url.css}}users-common.css {{$url.css}}users-edit.css {{/csscombine}} {{jscombine file="`$url.js`common.js"}} {{$url.common}}js/jquery.wbs.popup.js {{$url.common}}js/wbs-common.js {{/jscombine}}

[`Customize fields for "{{$type_name}}"`]

{{foreach name=sections from=$fields item=section}}
{{if $smarty.foreach.sections.index}} {{/if}} {{$section.name}}
{{if $smarty.foreach.sections.index == 0}}
[`Primary identifying fields (these fields can not be edited or deleted; some fields can be disabled)`]
{{if $fullname}}
[`Full name`]:
{{$fullname}}
{{/if}} {{foreach from=$section.fields item=field}} {{if ($field.disabled && $field.standart == 2 && !$main[$field.id] && $type_id == 2) || $field.id == $photo_id}} {{else}} {{if !$field.standart && !$main[$field.id] && !$adv}}
[`Auxiliary fields`]
{{assign var="adv" value="1"}} {{/if}}
{{$field.name}}{{if $field.required}}*{{/if}}:
{{$types[$field.type]}} {{if $field.type == 'VARCHAR' && $field.options}}({{$field.options}}){{/if}}
{{if ($field.standart == 2 || !$field.standart) && (!$main[$field.id] || $field.disabled) }} {{else}} {{/if}}
{{/if}} {{/foreach}} {{if !$adv}}
{{/if}} {{else}} {{foreach from=$section.fields item=field}}
{{$field.name}}{{if $field.required}}*{{/if}}:
{{$types[$field.type]}} {{if $field.type != 'IMAGE' && $field.type != 'MENU' && $field.options}}({{$field.options}}){{/if}}
{{/foreach}} {{/if}}
{{/foreach}}


[`This page allows you to customize your contact entry format: add new sections and fields, delete/modify existing fields or change their location and appearance.`]

[`NOTE`]: [`Changes can not be canceled. Be careful and don't lose precious data.`]