16 import(
'lib.pkp.controllers.grid.files.fileList.linkAction.SelectFilesLinkAction');
28 function __construct($request, $reviewRound, $actionLabel, $modalTitle =
null) {
29 $actionArgs = array(
'submissionId' => $reviewRound->getSubmissionId(),
30 'stageId' => $reviewRound->getStageId(),
'reviewRoundId' => $reviewRound->getId());
32 parent::__construct($request, $actionArgs, $actionLabel, $modalTitle);