* adjust style of report.

This commit is contained in:
zhujinyong
2012-08-13 07:49:08 +00:00
parent b5610aecf4
commit 6f44323caf
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
<td><?php echo $count['count'];?></td>
<?php if($id == 1):?>
<td rowspan="<?php echo count($assign['bug']);?>">
<?php printf($lang->report->bugTotal, $assign['total']['count']);?>
<?php echo $assign['total']['count'];?>
</td>
<?php endif;?>
<?php if($id != 1) echo '</tr>'; $id ++;?>
+6 -6
View File
@@ -10,11 +10,11 @@
<table class='table-1 fixed colored tablesorter datatable border-sep' id='product'>
<thead>
<tr class='colhead'>
<th width='150'><?php echo $lang->product->name;?></th>
<th width='150'><?php echo $lang->product->PO;?></th>
<th width="200"><?php echo $lang->productplan->common;?></th>
<th class="w-100px"><?php echo $lang->productplan->begin;?></th>
<th class="w-100px"><?php echo $lang->productplan->end;?></th>
<th width='200'><?php echo $lang->product->name;?></th>
<th width='120'><?php echo $lang->product->PO;?></th>
<th width="300"><?php echo $lang->productplan->common;?></th>
<th width="150"><?php echo $lang->productplan->begin;?></th>
<th width="150"><?php echo $lang->productplan->end;?></th>
<th width="w-50px"><?php echo $lang->story->statusList['draft'];?></th>
<th width="w-50px"><?php echo $lang->story->statusList['active'];?></th>
<th width="w-50px"><?php echo $lang->story->statusList['changed'];?></th>
@@ -26,7 +26,7 @@
<tr class="a-center">
<?php $count = isset($product->plans) ? count($product->plans) : 1;?>
<td align='left' rowspan="<?php echo $count;?>"><?php echo '<p>' . $product->name . "</p>";?></td>
<td align='left' rowspan="<?php echo $count;?>"><?php echo "<p>" . $users[$product->PO] . '</p>';?></td>
<td align='left' rowspan="<?php echo $count;?>" class="a-center"><?php echo "<p>" . $users[$product->PO] . '</p>';?></td>
<?php if(isset($product->plans)):?>
<?php $id = 1;?>
<?php foreach($product->plans as $plan):?>