* Modify bug create page style.

This commit is contained in:
caoyanyi
2022-12-26 17:10:07 +08:00
parent 312ee9ce96
commit ea5be4ade0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ if($this->app->tab == 'project') js::set('objectID', $projectID);
</td>
</tr>
<?php $showExecution = (strpos(",$showFields,", ',execution,') !== false);?>
<tr>
<tr class='bug-type'>
<th><?php echo $showExecution ? $lang->bug->project : $lang->bug->type;?></th>
<?php if(!$showExecution):?>