* Fix bug#18242,18241,18240,18239.

This commit is contained in:
xieqiyu
2022-01-07 08:35:18 +08:00
parent b85d9d224d
commit af54ab16c6
9 changed files with 14 additions and 48 deletions
+1 -1
View File
@@ -268,7 +268,7 @@ if($this->app->tab == 'project') js::set('objectID', $bug->project);
<tbody>
<tr class='text-top'>
<th class='thWidth'><?php echo $lang->bug->linkBug;?></th>
<td><?php echo html::a($this->createLink('bug', 'linkBugs', "bugID=$bug->id", '', true), $lang->bug->linkBugs, '', "class='text-primary' data-toggle='modal' data-type='iframe' data-width='95%'");?></td>
<td><?php if(common::hasPriv('bug', 'linkBugs')) echo html::a($this->createLink('bug', 'linkBugs', "bugID=$bug->id", '', true), $lang->bug->linkBugs, '', "class='text-primary' data-toggle='modal' data-type='iframe' data-width='95%'");?></td>
</tr>
<tr>
<th></th>