{* +--------------------------------------------------------------------+ | 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 | +--------------------------------------------------------------------+ *}
{ts 1=$GName}The existing option choices for %1 group are listed below. You can add, edit or delete them from this screen.{/ts}
{if $action ne 1 and $action ne 2}
{/if} {if $rows}
{strip} {* handle enable/disable actions*} {include file="CRM/common/enableDisableApi.tpl"} {if $showIsDefault} {/if} {foreach from=$rows item=row} {if $showIsDefault} {/if} {/foreach}
{ts}Label{/ts} {ts}URL{/ts} {ts}Description{/ts} {ts}Order{/ts}{ts}Default{/ts}{ts}Reserved{/ts} {ts}Enabled?{/ts} {ts}Component{/ts}
{$row.label} {$row.value} {$row.description} {$row.weight}{$row.default_value}{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.component_name} {$row.action}
{/strip} {if $action ne 1 and $action ne 2} {/if}
{else}
{ts}status{/ts}  {ts 1=$newReport}There are no option values entered. You can add one.{/ts}
{/if}