KONTOLODON
/
var
/
www
/
old-ojs-3.3.0-11
/
lib
/
pkp
/
templates
/
controllers
/
modals
/
documentLibrary
/
Nama File / Folder
Size
Action
publisherLibrary.tpl
0.717KB
Hapus
Edit
Rename
{** * controllers/modals/documentLibrary/publisherLibrary.tpl * * Copyright (c) 2014-2021 Simon Fraser University * Copyright (c) 2003-2021 John Willinsky * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Show a grid to manage files in the publisher library * * @uses $canEdit bool True if the current user can add/edit the files. *} {* Help Link *} {help file="settings/workflow-settings" section="publisher" class="pkp_help_modal"} {capture assign=libraryGridUrl}{url router=$smarty.const.ROUTE_COMPONENT component="grid.settings.library.LibraryFileAdminGridHandler" op="fetchGrid" canEdit=$canEdit escape=false}{/capture} {load_url_in_div id="libraryGridDiv" url=$libraryGridUrl}