{** * templates/controllers/grid/plugins/pluginGalleryGridFilter.tpl * * Copyright (c) 2014-2019 Simon Fraser University * Copyright (c) 2000-2019 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Filter template for plugin gallery grid. *}
{csrf} {fbvFormArea id="userSearchFormArea"} {fbvFormSection} {fbvElement type="select" id="category" from=$filterData.categories selected=$filterSelectionData.category translate=false size=$fbvStyles.size.SMALL inline=true} {fbvElement type="text" id="pluginText" value=$filterSelectionData.pluginText size=$fbvStyles.size.LARGE inline=true} {/fbvFormSection} {* Buttons generate their own section *} {fbvFormButtons hideCancel=true submitText="common.search"} {/fbvFormArea}