* Modify the code.

This commit is contained in:
tianshujie
2021-12-13 16:06:15 +08:00
parent 6a894bc7fb
commit 8add043e90
3 changed files with 6 additions and 6 deletions
+1 -2
View File
@@ -47,9 +47,8 @@
<div class='detail-title'><?php echo $lang->kanbancard->legendBasicInfo;?></div>
<table class="table table-form">
<tr>
<?php unset($users['closed']);?>
<th><?php echo $lang->kanbancard->assignedTo;?></th>
<td><?php echo html::select('assignedTo', $users, $card->assignedTo, "class='form-control chosen' multiple");?></td>
<td><?php echo html::select('assignedTo', $allUsers, $card->assignedTo, "class='form-control chosen' multiple");?></td>
</tr>
<tr>
<th><?php echo $lang->kanbancard->begin;?></th>