{** * plugins/generic/customBlockManager/editCustomBlockForm.tpl * * Copyright (c) 2014-2018 Simon Fraser University * Copyright (c) 2003-2018 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Form for editing a custom sidebar block * *}
{csrf} {fbvFormArea id="customBlocksFormArea" class="border"} {fbvFormSection} {fbvElement type="text" label="plugins.generic.customBlockManager.blockName" id="blockName" value=$blockName maxlength="40" inline=true size=$fbvStyles.size.MEDIUM} {/fbvFormSection} {fbvFormSection label="plugins.generic.customBlock.content" for="blockContent"} {fbvElement type="textarea" multilingual=true name="blockContent" id="blockContent" value=$blockContent rich=true height=$fbvStyles.height.TALL} {/fbvFormSection} {/fbvFormArea} {fbvFormButtons submitText="common.save"}