* finish task #4044.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user