* Fixed list title color issues.

This commit is contained in:
tianshujie
2023-03-15 09:22:49 +08:00
parent 25cffc0574
commit 2b7cff9090
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -61,7 +61,7 @@
&nbsp;<span class="icon icon-cards-view" style="color: #888fa1;"></span>
<?php echo ($app->user->admin or strpos(",{$app->user->view->programs},", ",$program->id,") !== false) ? html::a($this->createLink('program', 'product', "programID=$program->id"), $program->name) : $program->name;?>
<?php else:?>
<?php echo html::a($this->createLink('project', 'index', "projectID=$program->id", '', '', $program->id), $program->name, '', "class='text-ellipsis text-primary' title='{$program->name}'");?>
<?php echo html::a($this->createLink('project', 'index', "projectID=$program->id", '', '', $program->id), $program->name, '', "class='text-ellipsis' title='{$program->name}'");?>
<?php
if($program->status != 'done' and $program->status != 'closed' and $program->status != 'suspended')
{