{** * templates/controllers/grid/queries/queryNoteForm.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. * * Read a query. * *}
{csrf} {include file="controllers/notification/inPlaceNotification.tpl" notificationId="queryNoteFormNotification"} {fbvFormSection title="stageParticipants.notify.message" for="comment" required="true"} {fbvElement type="textarea" id="comment" rich=true value=$comment required="true"} {/fbvFormSection} {fbvFormArea id="queryNoteFilesArea"} {capture assign=queryNoteFilesGridUrl}{url router=$smarty.const.ROUTE_COMPONENT component="grid.files.query.QueryNoteFilesGridHandler" op="fetchGrid" params=$actionArgs noteId=$noteId escape=false}{/capture} {load_url_in_div id="queryNoteFilesGrid" url=$queryNoteFilesGridUrl} {/fbvFormArea} {fbvFormButtons id="addNoteButton"}