* Finish task #43541.

This commit is contained in:
tanghucheng
2021-10-27 16:37:30 +08:00
parent 9cc238ca96
commit 82d42ca24a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -6,5 +6,5 @@ td.normal {color: #00da88;}
td.acl {white-space: nowrap;}
.row > .col-sm-12:first-child {padding-bottom: 20px;}
.c-product ,.c-release ,.c-code {width: 100px !important;}
.c-openedBy ,.c-acl ,.c-pss ,.c-common {width:110px !important;}
.c-openedBy ,.c-acl ,.c-prs ,.c-common {width:110px !important;}
.c-bugs ,.c-type {width:120px !important;}
+2 -2
View File
@@ -78,7 +78,7 @@
<th class="c-type"><?php echo $lang->product->type;?></th>
<td><strong><?php echo zget($lang->product->typeList, $product->type);?></strong></td>
<?php else:?>
<th class="c-pss"><?php echo $lang->productCommon ." ". $lang->product->status;?></th>
<th class="c-prs"><?php echo $lang->productCommon ." ". $lang->product->status;?></th>
<td class="<?php echo $product->status;?>"><strong><?php echo zget($lang->product->statusList, $product->status);?></strong></td>
<?php endif;?>
<th><?php echo $lang->story->openedDate?></th>
@@ -86,7 +86,7 @@
</tr>
<tr>
<?php if(!empty($product->code)):?>
<th class="c-pss"><?php echo $lang->productCommon ." ". $lang->product->status;?></th>
<th class="c-prs"><?php echo $lang->productCommon ." ". $lang->product->status;?></th>
<td class="<?php echo $product->status;?>"><strong><?php echo zget($lang->product->statusList, $product->status);?></strong></td>
<?php endif;?>
<th class="c-acl"><?php echo $lang->product->acl;?></th>