* fix for datatable in bug browse page.

This commit is contained in:
wangyidong
2018-10-09 09:17:48 +08:00
parent 3987bac511
commit af4d64807b
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -4,6 +4,8 @@
.confirm0 {color:gray; font-size:9px}
.confirm1 {color:green; font-size:9px}
.datatable-wrapper .table-datatable .datatable-row td {height:37px;}
#createActionMenu .dropdown-menu {width:100%;}
.dropdown-menu.with-search {padding: 0; min-width: 150px; overflow: hidden; max-height: 302px;}
+1 -1
View File
@@ -95,7 +95,7 @@
<td><?php echo zget($users, $bug->openedBy, $bug->openedBy);?></td>
<td class='c-assignedTo has-btn text-left'><?php $this->bug->printAssignedHtml($bug, $users);?></td>
<td><?php echo zget($users, $bug->resolvedBy, $bug->resolvedBy);?></td>
<td><?php echo $lang->bug->resolutionList[$bug->resolution];?></td>
<td><?php echo zget($lang->bug->resolutionList, $bug->resolution);?></td>
<td class='c-actions'>
<?php
$params = "bugID=$bug->id";