{* +--------------------------------------------------------------------+ | 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 | +--------------------------------------------------------------------+ *}
{include file="CRM/common/formButtons.tpl" location="top"}
{foreach from=$settings_fields key="setting_name" item="setting_detail"} {/foreach}
{$form.$setting_name.label} {if !empty($setting_detail.wrapper_element)} {$setting_detail.wrapper_element.0}{$form.$setting_name.html}{$setting_detail.wrapper_element.1} {else} {$form.$setting_name.html} {/if}
{ts}{$setting_detail.description}{/ts}
{if $setting_detail.help_text} {assign var='tplhelp_id' value = $setting_name|cat:'-id'|replace:'_':'-'}{help id="$tplhelp_id"} {/if}
{include file="CRM/common/formButtons.tpl" location="bottom"}