Merge branch '15.0.beta3' of http://gitlab.zcorp.cc/easycorp/zentaopms into 15.0.beta3

This commit is contained in:
leiyong
2021-04-12 10:23:01 +03:00
+3 -3
View File
@@ -13,8 +13,8 @@
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/kindeditor.html.php';?>
<?php
$browseLink = $this->createLink('stakeholder', 'browse');
$createLink = $this->createLink('stakeholder', 'create');
$browseLink = $this->createLink('stakeholder', 'browse', "projectID=$user->objectID");
$createLink = $this->createLink('stakeholder', 'create', "projectID=$user->objectID");
?>
<div id="mainMenu" class="clearfix">
<div class="btn-toolbar pull-left">
@@ -28,7 +28,7 @@ $createLink = $this->createLink('stakeholder', 'create');
</div>
</div>
<div class="btn-toolbar pull-right">
<?php if(common::hasPriv('stakeholder', 'create')) echo html::a($createLink, "<i class='icon icon-plus'></i> {$lang->stakeholder->create}", '', "class='btn btn-primary'");?>
<?php if(common::hasPriv('stakeholder', 'create')) echo html::a($createLink, "<i class='icon icon-plus'></i> {$lang->stakeholder->create}", '', "class='btn btn-primary' data-app=$app->openApp");?>
</div>
</div>
<div class="main-row" id="mainContent">