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)."
  • ";