{* +--------------------------------------------------------------------+ | Copyright CiviCRM LLC. All rights reserved. | | | | This work is published under the GNU AGPLv3 license with some | | permitted exceptions and without any warranty. For full license | | and copyright information, see https://civicrm.org/licensing | +--------------------------------------------------------------------+ *} {if $action eq 1 or $action eq 2 or $action eq 4 or $action eq 8 } {include file="CRM/UF/Form/Field.tpl"} {elseif $action eq 1024 } {include file="CRM/UF/Form/Preview.tpl"} {else}
{if $ufField}
{if not ($action eq 2 or $action eq 1)} {/if} {strip} {* handle enable/disable actions*} {include file="CRM/common/enableDisableApi.tpl"} {if in_array("Profile",$otherModules) or in_array("Search Profile",$otherModules) } {/if} {foreach from=$ufField item=row} {if in_array("Profile",$otherModules) or in_array("Search Profile",$otherModules) } {/if} {/foreach}
{ts}Field Name{/ts}{ts}Visibility{/ts} {ts}Searchable?{/ts} {ts}Results Column?{/ts}{ts}Order{/ts} {ts}Required{/ts} {ts}View Only{/ts} {ts}Reserved{/ts}
{$row.label}({$row.field_type}){$row.visibility_display} {if $row.is_searchable eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if} {if $row.in_selector eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if}{$row.weight} {if $row.is_required eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if} {if $row.is_view eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if} {if $row.is_reserved eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if} {$row.action|replace:'xx':$row.id}
{/strip} {if not ($action eq 2 or $action eq 1)} {/if}
{else} {if $action eq 16} {capture assign=crmURL}{crmURL p="civicrm/admin/uf/group/field/add" q="reset=1&action=add&gid=$gid"}{/capture}
{ts}None found.{/ts}
{/if} {/if}
{/if}