* Modify review code.

This commit is contained in:
xieqiyu
2022-03-09 11:25:45 +08:00
parent 139ea1e04a
commit 58d4a9ad37
2 changed files with 10 additions and 15 deletions
+10 -14
View File
@@ -76,6 +76,16 @@
<button id='selectAllUser' type="button" class="btn btn-link<?php if($task->type !== 'affair') echo ' hidden';?>"><?php echo $lang->task->selectAllUser;?></button>
</td>
</tr>
<?php if($execution->type == 'kanban'):?>
<tr>
<th><?php echo $lang->kanbancard->region;?></th>
<td><?php echo html::select('region', $regionPairs, $regionID, "onchange='setLane(this.value)' class='form-control chosen'");?></td>
</tr>
<tr>
<th><?php echo $lang->kanbancard->lane;?></th>
<td><?php echo html::select('lane', $lanePairs, $laneID, "class='form-control chosen'");?></td>
</tr>
<?php endif;?>
<tr class='hide'>
<th><?php echo $lang->task->status;?></th>
<td><?php echo html::hidden('status', 'wait');?></td>
@@ -139,20 +149,6 @@
</td>
</tr>
<?php endif;?>
<?php if($execution->type == 'kanban'):?>
<tr>
<th><?php echo $lang->kanbancard->region;?></th>
<td colspan='3'>
<div class="input group"><?php echo html::select('region', $regionPairs, $regionID, "onchange='setLane(this.value)' class='form-control chosen'");?></div>
</td>
</tr>
<tr>
<th><?php echo $lang->kanbancard->lane;?></th>
<td colspan='3'>
<div class="input group"><?php echo html::select('lane', $lanePairs, $laneID, "class='form-control chosen'");?></div>
</td>
</tr>
<?php endif;?>
<tr>
<th><?php echo $lang->task->name;?></th>
<td colspan='3'>