{** * templates/controllers/grid/gridHeader.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. * * Grid header HTML markup *}
{if $grid->getTitle()}

{$grid->getTitle()|translate}

{/if} {if $grid->getActions($smarty.const.GRID_ACTION_POSITION_ABOVE)} {if $grid->getActions($smarty.const.GRID_ACTION_POSITION_ABOVE)} {include file="controllers/grid/gridActionsAbove.tpl" actions=$grid->getActions($smarty.const.GRID_ACTION_POSITION_ABOVE) gridId=$staticId} {/if} {/if}
{$gridFilterForm}