{** * plugins/importexport/doaj/templates/settingsForm.tpl * * Copyright (c) 2014-2021 Simon Fraser University * Copyright (c) 2003-2021 John Willinsky * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * DOAJ plugin settings * *}
{csrf} {fbvFormArea id="doajSettingsFormArea"} {fbvFormSection}

{translate key="plugins.importexport.doaj.registrationIntro"}

{fbvElement type="text" id="apiKey" value=$apiKey label="plugins.importexport.doaj.settings.form.apiKey" maxlength="50" size=$fbvStyles.size.MEDIUM} {translate key="plugins.importexport.doaj.settings.form.apiKey.description"}
{/fbvFormSection} {fbvFormSection list="true"} {fbvElement type="checkbox" id="automaticRegistration" label="plugins.importexport.doaj.settings.form.automaticRegistration.description" checked=$automaticRegistration|compare:true} {/fbvFormSection} {fbvFormSection list="true"} {fbvElement type="checkbox" id="testMode" label="plugins.importexport.doaj.settings.form.testMode.description" checked=$testMode|compare:true} {/fbvFormSection} {/fbvFormArea} {fbvFormButtons submitText="common.save"}

{translate key="common.requiredField"}