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