{** * @file plugins/importexport/medra/templates/settings.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. * * mEDRA plugin settings *} {strip} {assign var="pageTitle" value="plugins.importexport.common.settings"} {include file="common/header.tpl"} {/strip}
{include file="common/formErrors.tpl"}

{translate key="plugins.importexport.medra.settings.form.description"}

{fieldLabel name="registrantName" required="true" key="plugins.importexport.medra.settings.form.registrantName"}
 
{fieldLabel name="fromFields" key="plugins.importexport.medra.settings.form.fromFields"}
{fieldLabel name="fromCompany" required="true" key="plugins.importexport.medra.settings.form.fromCompany"}
{fieldLabel name="fromName" required="true" key="plugins.importexport.medra.settings.form.fromName"}
{fieldLabel name="fromEmail" required="true" key="plugins.importexport.medra.settings.form.fromEmail"}
 
{fieldLabel name="publicationCountry" required="true" key="plugins.importexport.medra.settings.form.publicationCountry"}
 
{* We cannot use the form vocab here because it will escape the label and we need a link in there. *}
 
{translate key="plugins.importexport.medra.intro"}
 
{fieldLabel name="username" key="plugins.importexport.medra.settings.form.username"}
{fieldLabel name="password" key="plugins.importexport.common.settings.form.password"}

{translate key="common.requiredField"}

 

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