{* +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2017 | +--------------------------------------------------------------------+ | 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 empty($gName)} {include file="CRM/Admin/Page/OptionGroup.tpl"} {elseif $action eq 1 or $action eq 2 or $action eq 8} {include file="CRM/Admin/Form/Options.tpl"} {else} {if $gName eq "acl_role"} {include file="CRM/ACL/Header.tpl" step=1} {else}
{/if} {if $showComponent} | {ts}Component{/ts} | {/if}{if $gName eq "redaction_rule"} {ts}Match Value or Expression{/ts} {else} {ts}Label{/ts} {/if} | {if $gName eq "case_status"}{ts}Status Class{/ts} | {/if}{if $gName eq "redaction_rule"} {ts}Replacement{/ts} {elseif $gName eq "activity_type"} {ts}Activity Type ID{/ts} {else} {ts}Value{/ts} {/if} | {if $gName eq "payment_instrument"}Account | {/if} {if $showCounted}{ts}Counted?{/ts} | {/if} {if $showVisibility}{ts}Visibility{/ts} | {/if}{ts}Description{/ts} | {ts}Order{/ts} | {if $showIsDefault}{ts}Default{/ts} | {/if}{ts}Reserved{/ts} | {ts}Enabled?{/ts} | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{/if} {if $showComponent} | {$row.component_name} | {/if}{$row.label} | {if $gName eq "case_status"}{$row.grouping} | {/if}{$row.value} | {if $gName eq "payment_instrument"}{$row.financial_account} | {/if} {if $showCounted}{if $row.filter eq 1}{/if} | {/if} {if $showVisibility}{$row.visibility_label} | {/if}{$row.description} | {$row.weight} | {if $showIsDefault}{if $row.is_default eq 1}{/if} | {/if}{if $row.is_reserved eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if} | {if $row.is_active eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if} | {$row.action|replace:'xx':$row.id} |