{** * templates/controllers/tab/settings/plugins/plugins.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. * * List installed and available plugins in a tabbed interface. *} {* Help Link *} {help file="settings.md" section="website" class="pkp_help_tab"}
{capture assign=pluginGridUrl}{url router=$smarty.const.ROUTE_COMPONENT component="grid.settings.plugins.SettingsPluginGridHandler" op="fetchGrid" escape=false}{/capture} {load_url_in_div id="pluginGridContainer" url=$pluginGridUrl}
{capture assign=pluginGalleryGridUrl}{url router=$smarty.const.ROUTE_COMPONENT component="grid.plugins.PluginGalleryGridHandler" op="fetchGrid" escape=false}{/capture} {load_url_in_div id="pluginGalleryGridContainer" url=$pluginGalleryGridUrl}