* adjust the style of the field confirmed.

This commit is contained in:
wangchunsheng
2011-10-25 02:55:35 +00:00
parent cf5d382ebc
commit 6a2ffe32c6
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -7,5 +7,5 @@
.active4 {background:#FFF100;}
.resolved a, .active1 a, .active2 a, .active3 a{color:white; text-decoration:none}
.active4 a {color:blue; text-decoration:none}
.confirm0 {color:red}
.confirm1 {color:green}
.confirm0 {color:gray; font-size:9px}
.confirm1 {color:green; font-size:9px}
+1 -1
View File
@@ -105,7 +105,7 @@ var customed = <?php echo (int)$customed;?>;
<td><?php echo $lang->bug->priList[$bug->pri]?></td>
<?php $class = 'confirm' . $bug->confirm;?>
<td class='a-left nobr <?php echo $class;?>'><?php echo '[' . $lang->bug->confirmList[$bug->confirm] . ']'; echo html::a($bugLink, $bug->title);?></td>
<td class='a-left nobr'><?php echo "<span class='$class'>[{$lang->bug->confirmList[$bug->confirm]}] </span>" . html::a($bugLink, $bug->title);?></td>
<?php if($this->cookie->windowWidth >= $this->config->wideSize):?>
<td><?php echo $lang->bug->statusList[$bug->status];?></td>