Merge branch 'master' of https://github.com/easysoft/zentaopms
Conflicts: module/build/view/linkbug.html.php module/build/view/linkstory.html.php module/project/view/create.html.php module/release/view/linkbug.html.php module/release/view/linkstory.html.php
This commit is contained in:
@@ -264,8 +264,11 @@ js::set('oldResolvedBuild' , $bug->resolvedBuild);
|
||||
<tbody>
|
||||
<tr class='text-top'>
|
||||
<th class='w-80px'><?php echo $lang->bug->linkBug;?></th>
|
||||
<td><?php echo html::a($this->createLink('bug', 'linkBugs', "bugID=$bug->id", '', true), $lang->bug->linkBugs, '', "data-toggle='modal' data-type='iframe' data-width='95%'");?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th>
|
||||
<td>
|
||||
<?php echo html::a($this->createLink('bug', 'linkBugs', "bugID=$bug->id", '', true), $lang->bug->linkBugs, '', "data-toggle='modal' data-type='iframe' data-width='95%'");?>
|
||||
<ul class='list-unstyled' id='linkBugBox'>
|
||||
<?php
|
||||
if(isset($bug->linkBugTitles))
|
||||
|
||||
Reference in New Issue
Block a user