* Finish task #8194.

This commit is contained in:
holan20180123
2020-11-10 10:34:08 +08:00
parent a10b52f3c6
commit 159cd5c41d
11 changed files with 33 additions and 11 deletions
+2
View File
@@ -117,6 +117,7 @@ $currentBrowseType = isset($lang->bug->mySelects[$browseType]) && in_array($brow
?>
</ul>
</div>
<?php if(empty($this->config->global->closedProductStatus) or $product->status != 'closed'):?>
<?php if(!common::checkNotCN()):?>
<?php
common::printLink('bug', 'batchCreate', "productID=$productID&branch=$branch&projectID=0&moduleID=$moduleID", "<i class='icon icon-plus'></i>" . $lang->bug->batchCreate, '', "class='btn btn-secondary'");
@@ -162,6 +163,7 @@ $currentBrowseType = isset($lang->bug->mySelects[$browseType]) && in_array($brow
</ul>
</div>
<?php endif;?>
<?php endif;?>
</div>
</div>
<?php endif;?>