This commit is contained in:
zhangzilong
2022-02-08 08:42:16 +08:00
parent 2ed24b51d6
commit fb8708557d
6 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ if($this->app->tab == 'project') js::set('objectID', $projectID);
</div>
<div class='table-col'>
<div class='input-group' id='executionIdBox'>
<span class='input-group-addon fix-border'><?php echo $lang->bug->execution;?></span>
<span class='input-group-addon fix-border'><?php echo (isset($project->model) and $project->model == 'kanban') ? $lang->bug->kanban : $lang->bug->execution;?></span>
<?php echo html::select('execution', $executions, $executionID, "class='form-control chosen' onchange='loadExecutionRelated(this.value)'");?>
</div>
</div>