* Code for task #49371.

This commit is contained in:
liumengyi
2022-02-17 15:21:19 +08:00
parent 99fa224404
commit c7fb090e53
2 changed files with 3 additions and 3 deletions
@@ -21,7 +21,7 @@ class myExecution extends execution
foreach($this->lang->execution->kanbanGroup as $groupKey => $groupName)
{
$attr = $groupBy == $groupKey ? '<i class="icon icon-check"></i>' : '';
$TRActions .= '<li>' . html::a(helper::createLink('execution', 'kanban', "execution=$execution->id&browseType=task&orderBy=$orderBy&groupBy=$groupKey"), $groupName) . $attr .'</li>';
$TRActions .= '<li>' . html::a(helper::createLink('execution', 'kanban', "execution=$execution->id&browseType=task&orderBy=$orderBy&groupBy=$groupKey"), $groupName . $attr) . '</li>';
}
$TRActions .= "</ul></div>";
$TRActions .= html::a('javascript:fullScreen()', "<i class='icon-fullscreen muted'></i> " . $this->lang->kanban->fullScreen, '', "class='btn btn-link'");
@@ -1,9 +1,9 @@
<style>
.kanban-card .title i.icon-checked {display: none;}
.kanban-card .infos .info-id {display: none;}
.course-groupBy {width: 110px;}
.course-groupBy {width: 105px;}
.course-groupBy li > a {float: left;}
.course-groupBy .icon-check:before {margin-top: 5px; padding-top: 5px;}
.course-groupBy .icon-check {left: 5px !important;}
</style>
<script>
$('#mainMenu').remove();