* Finish task#43900.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
td.delayed {color: #fff; background: #e84e0f !important;}
|
||||
.confirm0 {color: gray;}
|
||||
.confirm1 {color: green;}
|
||||
.confirmed {color: #008000;}
|
||||
.unconfirmed {color: #808080;}
|
||||
.c-confirm {width:50px;}
|
||||
|
||||
@@ -108,7 +108,7 @@
|
||||
<?php endif;?>
|
||||
</td>
|
||||
<td><span class='label-pri <?php echo 'label-pri-' . $bug->pri?>' title='<?php echo zget($lang->bug->priList, $bug->pri);?>'><?php echo zget($lang->bug->priList, $bug->pri)?></span></td>
|
||||
<td class="text-center"><span class='<?php echo 'confirm' . $bug->confirmed?>' title='<?php echo zget($lang->bug->confirmedList, $bug->confirmed);?>'><?php echo zget($lang->bug->confirmedList, $bug->confirmed)?></span></td>
|
||||
<td class="text-center"><span class='<?php echo $bug->confirmed == '1' ? 'confirmed' : 'unconfirmed';?>' title='<?php echo zget($lang->bug->confirmedList, $bug->confirmed);?>'><?php echo zget($lang->bug->confirmedList, $bug->confirmed)?></span></td>
|
||||
<td class='text-left nobr'><?php echo html::a($this->createLink('bug', 'view', "bugID=$bug->id"), $bug->title, null, "style='color: $bug->color' title={$bug->title}");?></td>
|
||||
<?php $param = $config->productLink == 'product-all' ? '' : "productID=$bug->product";?>
|
||||
<td class='text-left nobr'>
|
||||
|
||||
Reference in New Issue
Block a user