first commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{**
|
||||
* templates/staticPages.tpl
|
||||
*
|
||||
* Copyright (c) 2014-2020 Simon Fraser University
|
||||
* Copyright (c) 2003-2020 John Willinsky
|
||||
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
|
||||
*
|
||||
* Static pages plugin -- displays the StaticPagesGrid.
|
||||
*}
|
||||
<tab id="staticPages" label="{translate key="plugins.generic.staticPages.staticPages"}">
|
||||
{capture assign=staticPageGridUrl}{url router=\PKP\core\PKPApplication::ROUTE_COMPONENT component="plugins.generic.staticPages.controllers.grid.StaticPageGridHandler" op="fetchGrid" escape=false}{/capture}
|
||||
{load_url_in_div id="staticPageGridContainer" url=$staticPageGridUrl}
|
||||
</tab>
|
||||
Reference in New Issue
Block a user