{** * templates/controllers/tab/workflow/production.tpl * * Copyright (c) 2014-2018 Simon Fraser University * Copyright (c) 2003-2018 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Production workflow stage *} {* Help tab *} {help file="editorial-workflow/production.md" class="pkp_help_tab"}
{include file="controllers/notification/inPlaceNotification.tpl" notificationId="productionNotification" requestOptions=$productionNotificationRequestOptions refreshOn="stageStatusUpdated"}
{if array_intersect(array(ROLE_ID_MANAGER, ROLE_ID_SUB_EDITOR), (array)$userRoles)}
  • {include file="linkAction/linkAction.tpl" action=$schedulePublicationLinkAction}
{/if} {include file="controllers/tab/workflow/stageParticipants.tpl"}
{url|assign:productionReadyFilesGridUrl router=$smarty.const.ROUTE_COMPONENT component="grid.files.productionReady.ProductionReadyFilesGridHandler" op="fetchGrid" submissionId=$submission->getId() stageId=$stageId escape=false} {load_url_in_div id="productionReadyFilesGridDiv" url=$productionReadyFilesGridUrl} {url|assign:queriesGridUrl router=$smarty.const.ROUTE_COMPONENT component="grid.queries.QueriesGridHandler" op="fetchGrid" submissionId=$submission->getId() stageId=$stageId escape=false} {load_url_in_div id="queriesGrid" url=$queriesGridUrl} {url|assign:representationsGridUrl router=$smarty.const.ROUTE_COMPONENT component="grid.articleGalleys.ArticleGalleyGridHandler" op="fetchGrid" submissionId=$submission->getId() escape=false} {load_url_in_div id="formatsGridContainer"|uniqid url=$representationsGridUrl}