{** * plugins/themes/custom/settingsForm.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. * * Custom Theme plugin settings * *} {strip} {assign var="pageTitle" value="plugins.theme.custom.name"} {include file="common/header.tpl"} {/strip}
{translate key="plugins.theme.custom.description"}

{include file="common/formErrors.tpl"}
{fieldLabel name="customThemeHeaderColour" required="true" key="plugins.theme.custom.header"} {translate key="plugins.theme.custom.pickColour"}
{fieldLabel name="customThemeLinkColour" required="true" key="plugins.theme.custom.link"} {translate key="plugins.theme.custom.pickColour"}
{fieldLabel name="customThemeBackgroundColour" required="true" key="plugins.theme.custom.background"} {translate key="plugins.theme.custom.pickColour"}
{fieldLabel name="customThemeForegroundColour" required="true" key="plugins.theme.custom.foreground"} {translate key="plugins.theme.custom.pickColour"}
{fieldLabel name="customThemePerJournal" key="plugins.theme.custom.perJournal"} {if $disablePluginPath}{translate key="plugins.theme.custom.notWritablePlugin" stylesheetFileLocation=$stylesheetFilePluginLocation}{/if}

{if !$canSave}{translate key="plugins.theme.custom.notWritable" stylesheetFileLocation=$stylesheetFileLocation}
{/if}

{translate key="common.requiredField"}

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