{** * templates/controllers/grid/plugins/pluginGridFilter.tpl * * Copyright (c) 2014-2018 Simon Fraser University * Copyright (c) 2000-2018 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Filter template for plugin 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="pluginName" value=$filterSelectionData.pluginName size=$fbvStyles.size.LARGE inline=true} {/fbvFormSection} {* Buttons generate their own section *} {fbvFormButtons hideCancel=true submitText="common.search"} {/fbvFormArea}