* Code refactors for function project update .

This commit is contained in:
guofeilong
2023-05-08 11:26:34 +08:00
parent 509ca47047
commit 595999ff66
45 changed files with 633 additions and 223 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
echo "<span class='text'>{$title}</span>";
?>
</span>
<?php if($productList and $project->division):?>
<?php if($productList and $project->stageBy == 'product'):?>
<div class='btn-group'>
<?php $viewName = $productID != 0 ? zget($productList,$productID) : current($productList);?>
<a href='javascript:;' class='btn btn-link btn-limit' data-toggle='dropdown'><span class='text' title='<?php echo $viewName;?>'><?php echo $viewName;?></span> <span class='caret'></span></a>