From 60e56e0ff24457feaac2b4f6668c3ed3fa9447cc Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 19 Mar 2020 09:53:20 +0100 Subject: [PATCH] remove CreateDownloadLink --- views/bootstrap/class.ViewDocument.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/views/bootstrap/class.ViewDocument.php b/views/bootstrap/class.ViewDocument.php index dbe02e23b..a8265bd58 100644 --- a/views/bootstrap/class.ViewDocument.php +++ b/views/bootstrap/class.ViewDocument.php @@ -751,10 +751,6 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style { if($this->check_access('AddToTransmittal')) print "
  • ".$this->html_link('AddToTransmittal', array('documentid'=>$documentid, 'version'=>$latestContent->getVersion()), array(), "".getMLText("add_to_transmittal"), false, true)."
  • "; } - if($accessop->check_controller_access('CreateDownloadLink')) - if($accessop->mayCreateDownloadLink($document)) { - print "
  • ".$this->html_link('CreateDownloadLink', array('documentid'=>$documentid, 'version'=>$latestContent->getVersion()), array(), "".getMLText("create_download_link"), false, true)."
  • "; - } if($accessop->check_controller_access('EditComment')) if($accessop->mayEditComment($document)) { print "
  • ".$this->html_link('EditComment', array('documentid'=>$documentid, 'version'=>$latestContent->getVersion()), array(), "".getMLText("edit_comment"), false, true)."
  • ";