00001 <?php 00002 00015 import('controllers.grid.files.form.ManageSubmissionFilesForm'); 00016 00017 class ManageFinalDraftFilesForm extends ManageSubmissionFilesForm { 00018 00023 function ManageFinalDraftFilesForm($monographId) { 00024 parent::ManageSubmissionFilesForm($monographId, 'controllers/grid/files/final/manageFinalDraftFiles.tpl'); 00025 } 00026 00027 00028 // 00029 // Overridden template methods 00030 // 00037 function execute($args, &$request, &$stageMonographFiles) { 00038 parent::execute($args, $request, $stageMonographFiles, MONOGRAPH_FILE_FINAL); 00039 } 00040 } 00041 00042 ?>
1.7.1