This commit is contained in:
zhouxudong
2022-07-05 05:49:04 +00:00
parent 7a01041c35
commit 60ddcc7894
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -312,7 +312,7 @@ if($this->app->tab == 'project') js::set('objectID', $projectID);
<td>
<div class='input-group'>
<?php if($showStory):?>
<span class='input-group-addon'><?php echo $lang->bug->task?></span>
<span class='input-group-addon task'><?php echo $lang->bug->task?></span>
<?php endif;?>
<?php echo html::select('task', '', $taskID, "class='form-control chosen'") . html::hidden('oldTaskID', $taskID);?>
</div>