{** * templates/admin/journalSettings.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. * * Basic journal settings under site administration. * *} {strip} {assign var="pageTitle" value="admin.journals.journalSettings"} {include file="common/header.tpl"} {/strip}
{if $journalId} {/if} {include file="common/formErrors.tpl"} {if not $journalId}

{translate key="admin.journals.createInstructions"}

{/if} {if count($formLocales) > 1} {/if}
{fieldLabel name="formLocale" key="form.formLanguage"} {url|assign:"settingsUrl" op="editJournal" path=$journalId escape=false} {form_language_chooser form="journal" url=$settingsUrl} {translate key="form.formLanguage.description"}
{fieldLabel name="title" key="manager.setup.journalTitle" required="true"}
{fieldLabel name="description" key="admin.journals.journalDescription"}
{fieldLabel name="journalPath" key="journal.path" required="true"}
{url|assign:"sampleUrl" journal="path"} {translate key="admin.journals.urlWillBe" sampleUrl=$sampleUrl}

{translate key="common.requiredField"}

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