{** * templates/controllers/grid/files/query/manageQueryNoteFiles.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. * * Allows users to manage the list of files available to a query. *}

{translate key="editor.submission.query.manageQueryNoteFilesDescription"}

{csrf} {fbvFormArea id="manageQueryNoteFiles"} {fbvFormSection} {capture assign=manageQueryNoteFilesGridUrl}{url router=$smarty.const.ROUTE_COMPONENT component="grid.files.query.ManageQueryNoteFilesGridHandler" op="fetchGrid" params=$actionArgs submissionId=$submissionId queryId=$queryId noteId=$noteId escape=false}{/capture} {load_url_in_div id="manageQueryNoteFilesGrid" url=$manageQueryNoteFilesGridUrl} {/fbvFormSection} {fbvFormButtons} {/fbvFormArea}