{** * plugins/generic/customBlockManager/editCustomBlockForm.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. * * Form for editing a custom sidebar block * *} {assign var="pageTitle" value="plugins.generic.customBlock.editContent"} {include file="common/header.tpl"}
{include file="common/formErrors.tpl"} {if count($formLocales) > 1}
{fieldLabel name="formLocale" key="form.formLanguage"} {plugin_url|assign:"editCustomBlockFormUrl" page="manager" op="plugin" path="edit" escape=false} {form_language_chooser form="editCustomBlockForm" url=$editCustomBlockFormUrl} {translate key="form.formLanguage.description"}
{/if}
{fieldLabel required="true" name="blockContent" key="plugins.generic.customBlock.content"}

{translate key="common.requiredField"}

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