[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
14082024
/
Data
/
htdocs
/
htdocs
/
ojs
/
248
/
lib
/
pkp
/
templates
/
controllers
/
grid
/
[
Home
]
File: gridHeader.tpl
{** * templates/controllers/grid/gridHeader.tpl * * Copyright (c) 2013-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 *} <div class="grid_header"> {$gridFilterForm} {if $grid->getActions($smarty.const.GRID_ACTION_POSITION_ABOVE) || $grid->getTitle()} <div class="grid_header_bar"> {if $grid->getTitle()}<h3>{$grid->getTitle()|translate}</h3>{/if} {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} <div class="pkp_helpers_clear"></div> </div> {/if} {if $grid->getInstructions()} <p class="pkp_grid_description">{translate key=$grid->getInstructions()}</p> {/if} </div>