* Finish task #43541.
This commit is contained in:
@@ -5,6 +5,3 @@
|
||||
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-common {width:110px !important;}
|
||||
.c-bugs {width:120px !important;}
|
||||
|
||||
@@ -43,9 +43,9 @@
|
||||
<table class="table table-data">
|
||||
<tbody>
|
||||
<tr>
|
||||
<th class="c-product"><i class="icon icon-person icon-sm"></i> <?php echo $lang->productCommon;?></th>
|
||||
<th class="w-100px"><i class="icon icon-person icon-sm"></i> <?php echo $lang->productCommon;?></th>
|
||||
<td><strong><?php echo zget($users, $product->PO);?></strong></td>
|
||||
<th class="c-release"><i class="icon icon-person icon-sm"></i> <?php echo $lang->product->release;?></th>
|
||||
<th class="w-100px"><i class="icon icon-person icon-sm"></i> <?php echo $lang->product->release;?></th>
|
||||
<td><strong><?php echo zget($users, $product->RD);?></strong></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
@@ -64,13 +64,13 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<?php if(!empty($product->code)):?>
|
||||
<th class="c-code"><?php echo $lang->product->code;?></th>
|
||||
<th class="w-100px"><?php echo $lang->product->code;?></th>
|
||||
<td><strong><?php echo $product->code;?></strong></td>
|
||||
<?php else:?>
|
||||
<th class="w-80px"><?php echo $lang->product->type;?></th>
|
||||
<th class="w-110px"><?php echo $lang->product->type;?></th>
|
||||
<td><strong><?php echo zget($lang->product->typeList, $product->type);?></strong></td>
|
||||
<?php endif;?>
|
||||
<th class="c-openedBy"><?php echo $lang->story->openedBy?></th>
|
||||
<th class="w-110px"><?php echo $lang->story->openedBy?></th>
|
||||
<td colspan="2"><strong><?php echo zget($users, $product->createdBy);?></strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -78,10 +78,10 @@
|
||||
<th class="w-80px"><?php echo $lang->product->type;?></th>
|
||||
<td><strong><?php echo zget($lang->product->typeList, $product->type);?></strong></td>
|
||||
<?php else:?>
|
||||
<th class="w-80px"><?php echo $lang->productCommon . $lang->product->status;?></th>
|
||||
<th class="w-110px"><?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>
|
||||
<th class="w-110px"><?php echo $lang->story->openedDate?></th>
|
||||
<td colspan="2"><strong><?php echo formatTime($product->createdDate, DT_DATE1);?></strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -89,7 +89,7 @@
|
||||
<th class="w-80px"><?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>
|
||||
<th class="w-110px"><?php echo $lang->product->acl;?></th>
|
||||
<td <?php echo empty($product->code) ? "colspan='4'" : "colspan='2'";?>><strong><?php echo $lang->product->aclList[$product->acl];?></strong></td>
|
||||
</tr>
|
||||
<?php if($product->acl == 'custom'):?>
|
||||
@@ -116,11 +116,11 @@
|
||||
<tbody>
|
||||
<?php $space = common::checkNotCN() ? ' ' : '';?>
|
||||
<tr>
|
||||
<th class="c-common"><?php echo $lang->story->statusList['active'] . $space . $lang->story->common;?></th>
|
||||
<th class="w-110px"><?php echo $lang->story->statusList['active'] . $space . $lang->story->common;?></th>
|
||||
<td><strong><?php echo $product->stories['active']?></strong></td>
|
||||
<th><?php echo $lang->product->plans?></th>
|
||||
<td><strong><?php echo $product->plans?></strong></td>
|
||||
<th class='c-bugs'><?php echo $lang->product->bugs?></th>
|
||||
<th class='w-120px'><?php echo $lang->product->bugs?></th>
|
||||
<td><strong><?php echo $product->bugs?></strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user