{** * controllers/tab/settings/appearance/form/setup.tpl * * Copyright (c) 2014-2019 Simon Fraser University * Copyright (c) 2003-2019 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * @brief Common setup required for the appearance settings form. * *} {* In wizard mode, these fields should be hidden *} {if $wizardMode} {assign var="wizardClass" value="is_wizard_mode"} {else} {assign var="wizardClass" value=""} {/if}