* finish task #4044.

This commit is contained in:
wangyidong
2018-05-10 14:40:44 +08:00
parent 52799cf5b8
commit 3a62ffb622
3 changed files with 11 additions and 3 deletions
+8
View File
@@ -1,3 +1,11 @@
.none-data{padding:8px !important;}
.main #stories{margin-bottom:10px}
.main .table-report{border:0px;}
.detail-title
{
background:#f1f1f1;
padding:8px 10px;
border: none;
border-bottom: 1px solid #ddd;
}
+1 -1
View File
@@ -7,7 +7,7 @@
<th> <?php echo $lang->testreport->bugTitle;?></th>
<th class='w-user'> <?php echo $lang->openedByAB;?></th>
<th class='w-user'><?php echo $lang->bug->resolvedBy;?></th>
<th class='w-130px'><?php echo $lang->bug->resolvedDate;?></th>
<th class='w-140px'><?php echo $lang->bug->resolvedDate;?></th>
<th class='w-80px'> <?php echo $lang->statusAB;?></th>
</tr>
</thead>
+2 -2
View File
@@ -16,8 +16,8 @@
<span class='btn btn-link btn-active-text'><span class='text'><?php echo $lang->testreport->browse;?></span></span>
</div>
</div>
<div id='mainContent' class='main-content'>
<table class='table has-sort-head main-table table-fixed' id='reportList'>
<div id='mainContent' class='main-table'>
<table class='table has-sort-head table-fixed' id='reportList'>
<?php $vars = "objectID=$objectID&objectType=$objectType&extra=$extra&orderBy=%s&recTotal={$pager->recTotal}&recPerPage={$pager->recPerPage}";?>
<thead>
<tr>