* Code for task #49888.

This commit is contained in:
zhangzilong
2022-03-07 13:07:52 +08:00
parent 4f5455a114
commit 45ad8dbf96
11 changed files with 146 additions and 7 deletions
+10
View File
@@ -197,6 +197,16 @@ if($this->app->tab == 'project') js::set('objectID', $projectID);
</td>
</tr>
<?php endif;?>
<?php if(isset($kanbanLanePairs)):?>
<tr>
<th><?php echo $lang->kanbancard->lane;?></th>
<td colspan='2'>
<div class='input-group'>
<?php echo html::select('kanbanLane', $kanbanLanePairs, '', "class='form control chosen'");?>
</div>
</td>
</tr>
<?php endif;?>
<tr>
<th><?php echo $lang->bug->title;?></th>
<td colspan='2'>