{* +--------------------------------------------------------------------+ | CiviCRM version 4.5 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2014 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | | CiviCRM is free software; you can copy, modify, and distribute it | | under the terms of the GNU Affero General Public License | | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. | | | | CiviCRM is distributed in the hope that it will be useful, but | | WITHOUT ANY WARRANTY; without even the implied warranty of | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | | See the GNU Affero General Public License for more details. | | | | You should have received a copy of the GNU Affero General Public | | License and the CiviCRM Licensing Exception along | | with this program; if not, contact CiviCRM LLC | | at info[AT]civicrm[DOT]org. If you have questions about the | | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ *} {if $showBestResult } {ts}For best results, the Country field should precede the State-Province field in your Profile form. You can use the up and down arrows on field listing page for this profile to change the order of these fields or manually edit weight for Country/State-Province Field.{/ts} {/if} {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"} {include file="CRM/common/crmeditable.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}In Selector?{/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 1=$groupTitle 2=$crmURL}There are no CiviCRM Profile Fields for '%1'.{/ts}
{/if} {/if}
{/if}