{** * templates/sectionEditor/searchUsers.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. * * Search form for enrolled users. * * *} {strip} {assign var="pageTitle" value="manager.people.enrollment"} {include file="common/header.tpl"} {/strip}
{foreach from=$alphaList item=letter}{if $letter == $searchInitial}{$letter|escape}{else}{$letter|escape}{/if} {/foreach}{if $searchInitial==''}{translate key="common.all"}{else}{translate key="common.all"}{/if}