This commit is contained in:
tianshujie
2021-12-15 10:22:01 +08:00
parent ca272d7979
commit 72739ca937
5 changed files with 5 additions and 4 deletions
+1
View File
@@ -2,3 +2,4 @@
.color-picker-item > .icon {color: #fff; display: none}
.checked > .icon {display: inline-block;}
#teamBox .chosen-container .chosen-results {max-height: 180px;}
+1 -1
View File
@@ -33,7 +33,7 @@
</tr>
<tr>
<th><?php echo $lang->kanban->team;?></th>
<td colspan='2'>
<td colspan='2' id='teamBox'>
<div class="input-group">
<?php echo html::select('team[]', $users, '', "class='form-control chosen' multiple");?>
<?php echo $this->fetch('my', 'buildContactLists');?>
+1 -1
View File
@@ -29,7 +29,7 @@
</tr>
<tr>
<th><?php echo $lang->kanbanspace->team;?></th>
<td colspan='2'>
<td colspan='2' id='teamBox'>
<div class="input-group">
<?php echo html::select('team[]', $users, '', "class='form-control chosen' multiple");?>
<?php echo $this->fetch('my', 'buildContactLists');?>
+1 -1
View File
@@ -33,7 +33,7 @@
</tr>
<tr>
<th><?php echo $lang->kanban->team;?></th>
<td colspan='2'>
<td colspan='2' id='teamBox'>
<div class="input-group">
<?php echo html::select('team[]', $users, $kanban->team, "class='form-control chosen' multiple");?>
<?php echo $this->fetch('my', 'buildContactLists');?>
+1 -1
View File
@@ -30,7 +30,7 @@
</tr>
<tr>
<th><?php echo $lang->kanbanspace->team;?></th>
<td colspan='2'>
<td colspan='2' id='teamBox'>
<div class="input-group">
<?php echo html::select('team[]', $users, $space->team, "class='form-control chosen' multiple");?>
<?php echo $this->fetch('my', 'buildContactLists');?>