mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 23:42:11 +00:00
add link to out/out.SetRevisers.php
This commit is contained in:
parent
df75ae5c8c
commit
2d3277a7ea
|
@ -430,6 +430,9 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
|
|||
if($accessop->maySetRecipients()) {
|
||||
print "<li><a href='../out/out.SetRecipients.php?documentid=".$documentid."&version=".$latestContent->getVersion()."'><i class=\"icon-edit\"></i>".getMLText("change_recipients")."</a></li>";
|
||||
}
|
||||
if($accessop->maySetRevisers()) {
|
||||
print "<li><a href='../out/out.SetRevisers.php?documentid=".$documentid."&version=".$latestContent->getVersion()."'><i class=\"icon-edit\"></i>".getMLText("change_revisers")."</a></li>";
|
||||
}
|
||||
if($workflowmode == 'traditional' || $workflowmode == 'traditional_only_approval') {
|
||||
// Allow changing reviewers/approvals only if not reviewed
|
||||
if($accessop->maySetReviewersApprovers()) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user