* Change division to stageBy.

This commit is contained in:
tianshujie
2024-03-20 16:20:10 +08:00
parent 54c7b62787
commit fb12ffdb1c
+1 -1
View File
@@ -100,7 +100,7 @@ form {display: block; margin-top: 0em; margin-block-end: 1em;}
<?php if($this->app->getModuleName() == 'programplan'):?>
<div class='btn-toolbar pull-left'>
<div class='btn-group'>
<?php if(!empty($project->division)):?>
<?php if($project->stageBy == 'product'):?>
<?php $viewName = $productID != 0 ? zget($productList,$productID) : $lang->product->allProduct;?>
<a href='javascript:;' class='btn btn-link btn-limit text-ellipsis' data-toggle='dropdown' style="max-width: 120px;"><span class='text' title='<?php echo $viewName;?>'><?php echo $viewName;?></span> <span class='caret'></span></a>
<ul class='dropdown-menu' style='max-height:240px; max-width: 300px; overflow-y:auto'>