diff --git a/module/bug/css/browse.css b/module/bug/css/browse.css index e224a66581..575c976ff1 100644 --- a/module/bug/css/browse.css +++ b/module/bug/css/browse.css @@ -1,6 +1,6 @@ -.closed, .closed a{color:gray; text-decoration:line-through;font-weight:bold } +.closed, .closed a{color:gray; text-decoration:line-through;} +.resolved, .resolved a{color:#8EC21F; text-decoration:none;} -.resolved, .resolved a{color:#8EC21F; text-decoration:none; font-weight:bold} .confirm0 {color:gray; font-size:9px} .confirm1 {color:green; font-size:9px} tfoot .f-left {color:#141414;} diff --git a/module/bug/view/browse.html.php b/module/bug/view/browse.html.php index 87f86681fc..f71e4a3864 100644 --- a/module/bug/view/browse.html.php +++ b/module/bug/view/browse.html.php @@ -101,7 +101,7 @@ var customed = ; id");?> - id));?> + id));?> severity;?>'>  bug->severityList[$bug->severity]?> @@ -149,21 +149,7 @@ var customed = ; cookie->windowWidth >= $this->config->wideSize ? 12 : 9;?> - -
- bug->statusList as $status => $label) - { - if($status != 'active') - { - echo " $label "; - continue; - } - } - ?> -
-
show();?>
- + show();?>