{** * templates/controllers/grid/users/userSelect/searchUserFilter.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. * * Displays the form to filter results in the userSelect grid. * *} {assign var="formId" value="searchUserFilter-"|concat:$filterData.gridId}
{csrf} {fbvFormArea id="userSearchFormArea"|concat:$filterData.gridId} {fbvFormSection} {fbvElement type="select" name="filterUserGroupId" id="filterUserGroupId"|concat:$filterData.gridId from=$filterData.userGroupOptions selected=$filterSelectionData.filterUserGroupId size=$fbvStyles.size.SMALL translate=false inline="true"} {fbvElement type="text" name="name" id="name"|concat:$filterData.gridId value=$filterSelectionData.name label="manager.userSearch.searchByName" size=$fbvStyles.size.LARGE inline="true"} {/fbvFormSection} {* Buttons generate their own section *} {fbvFormButtons hideCancel=true submitText="common.search"} {/fbvFormArea}