/**
  * @copydoc DOIExportPlugin::displayArticleList
  */
 function displayArticleList(&$templateMgr, &$journal)
 {
     $templateMgr->assign('depositStatusSettingName', $this->getDepositStatusSettingName());
     $templateMgr->assign('depositStatusUrlSettingName', $this->getDepositStatusUrlSettingName());
     return parent::displayArticleList($templateMgr, $journal);
 }
Ejemplo n.º 2
0
 /**
  * @copydoc DOIExportPlugin::displayArticleList
  */
 function displayArticleList(&$templateMgr, &$journal)
 {
     return parent::displayArticleList($templateMgr, $journal);
 }