{** * templates/payments/payMethodSettingsForm.tpl * * Copyright (c) 2013-2015 Simon Fraser University Library * Copyright (c) 2003-2015 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Form to edit payment settings. * *} {strip} {assign var="pageTitle" value="manager.payment.paymentMethods"} {include file="common/header.tpl"} {/strip} {include file="common/formErrors.tpl"}

{translate key="manager.payment.paymentMethod.description"}

{call_hook name="Template::Manager::Payment::displayPaymentSettingsForm" plugin=$paymentMethodPluginName}
{assign var=pluginIndex value=1}

{translate key="manager.payment.paymentMethods"}

{foreach from=$paymentMethodPlugins item=plugin}  getName()}checked="checked" {/if}/> 

{$plugin->getDescription()}

{assign var=pluginIndex value=$pluginIndex+1} {/foreach}

{translate key="common.requiredField"}

{include file="common/footer.tpl"}