* finish task #6166,#6149,6139

This commit is contained in:
jinianlan
2019-07-29 15:54:08 +08:00
parent d187bc8515
commit c90aac3512
68 changed files with 106 additions and 102 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ js::set('browseType', $browseType);
$checkObject = new stdclass();
$checkObject->project = $projectID;
?>
<?php if(!common::checkEnLang()):?>
<?php if(!common::checkNotCN()):?>
<?php
$link = $this->createLink('task', 'batchCreate', "project=$projectID" . (isset($moduleID) ? "&storyID=&moduleID=$moduleID" : ''));
if(common::hasPriv('task', 'batchCreate', $checkObject)) echo html::a($link, "<i class='icon icon-plus'></i> {$lang->task->batchCreate}", '', "class='btn btn btn-secondary'");