diff --git a/module/project/view/story.html.php b/module/project/view/story.html.php index c1380373f0..fac65186c3 100644 --- a/module/project/view/story.html.php +++ b/module/project/view/story.html.php @@ -184,6 +184,21 @@ $misc = "onclick=\"setFormAction('$actionLink')\""; echo '
  • ' . html::a('#', $lang->close, '', $misc) . '
  • '; } + + if(common::hasPriv('story', 'batchChangeStage')) + { + echo "'; + } + if(common::hasPriv('project', 'batchUnlinkStory')) { $actionLink = $this->createLink('project', 'batchUnlinkStory', "projectID=$project->id");