* Code update for task * 43401,#43507,#43398.

This commit is contained in:
dingna
2021-10-29 09:23:53 +08:00
parent 04b34ce724
commit 0b13f86812
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
<?php echo html::select('type', $lang->kanban->type, $type, 'class="form-control chosen" data-max_drop_width="215"');?>
</div>
<div class="input-control space c-group">
<?php echo html::select('group', $lang->kanban->group->$type, $group, 'class="form-control chosen" data-max_drop_width="215"');?>
<?php echo html::select('group', $lang->kanban->group->$type, $groupBy, 'class="form-control chosen" data-max_drop_width="215"');?>
</div>
</div>
<div class='btn-toolbar pull-right'>