From 4bd0e3efe0466ce30ddf0a9a34f0615b2f78411a Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 20 Apr 2015 13:46:59 +0200 Subject: [PATCH] show link to out/out.SetRecipients.php if allowed --- views/bootstrap/class.ViewDocument.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/views/bootstrap/class.ViewDocument.php b/views/bootstrap/class.ViewDocument.php index 3312fa035..0b755cbf4 100644 --- a/views/bootstrap/class.ViewDocument.php +++ b/views/bootstrap/class.ViewDocument.php @@ -427,6 +427,9 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style { if($accessop->mayOverwriteStatus()) { print "
  • ".getMLText("change_status")."
  • "; } + if($accessop->maySetRecipients()) { + print "
  • ".getMLText("change_recipients")."
  • "; + } if($workflowmode == 'traditional' || $workflowmode == 'traditional_only_approval') { // Allow changing reviewers/approvals only if not reviewed if($accessop->maySetReviewersApprovers()) {