{** * plugins/generic/pln/templates/settingsForm.tpl * * Copyright (c) 2013-2015 Simon Fraser University Library * Copyright (c) 2003-2015 John Willinsky * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * PLN plugin settings * *} {strip} {assign var="pageTitle" value="plugins.generic.pln.settings_page"} {include file="common/header.tpl"} {/strip}
{include file="common/formErrors.tpl"}
{fieldLabel name="terms_of_use" key="plugins.generic.pln.settings.terms_of_use"}

{translate key="plugins.generic.pln.settings.terms_of_use_help"}

{if $hasIssn} {foreach name=terms from=$terms_of_use key=term_name item=term_data}

{$term_data.term}

{if !$smarty.foreach.terms.last }
 
{/if} {/foreach} {else}

{translate key="plugins.generic.pln.notifications.issn_setting"}

{/if}
 
{fieldLabel name="journal_uuid" key="plugins.generic.pln.settings.journal_uuid"}

{translate key="plugins.generic.pln.settings.journal_uuid_help"}

 
{fieldLabel name="terms_of_use" key="plugins.generic.pln.settings.refresh"}

{translate key="plugins.generic.pln.settings.refresh_help"}

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