{** * controllers/tab/settings/paymentMethod/form/paymentMethodForm.tpl * * Copyright (c) 2014-2019 Simon Fraser University * Copyright (c) 2003-2019 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Payment method management form. * *} {* Help Link *} {help file="settings.md" section="distribution" class="pkp_help_tab"}
{csrf} {include file="controllers/notification/inPlaceNotification.tpl" notificationId="paymentMethodFormNotification"} {include file="controllers/tab/settings/wizardMode.tpl" wizardMode=$wizardMode} {fbvFormArea id="paymentMethod"} {fbvFormSection title="manager.payment.generalOptions" list=true} {fbvElement type="checkbox" name="paymentsEnabled" id="paymentsEnabled" checked=$paymentsEnabled label="manager.payment.options.enablePayments" value="1"} {/fbvFormSection} {fbvFormSection label="manager.paymentMethod.currency" description="manager.paymentMethod.currency.description"} {fbvElement required="true" type="select" id="currency" from=$currencies selected=$currency translate=false} {/fbvFormSection}
{fbvFormSection label="manager.paymentMethod.method"} {fbvElement type="select" id="pluginSelect" from=$pluginNames translate=false} {/fbvFormSection}
{/fbvFormArea} {fbvFormArea id="paymentMethodFormContainer"} {* The form will be loaded into this container *} {/fbvFormArea}
{if !$wizardMode} {fbvFormButtons id="paymentFormSubmit" submitText="common.save" hideCancel=true} {/if}

{translate key="common.requiredField"}