* Code for task #49371.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user