Skip to content

Commit

Permalink
* config_defaults_inc.php: Changed color name and fixed typo
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1750 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
int2str committed Jan 21, 2003
1 parent cae582d commit d52049b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config_defaults_inc.php
Expand Up @@ -6,7 +6,7 @@
# See the README and LICENSE files for details

# --------------------------------------------------------
# $Id: config_defaults_inc.php,v 1.59 2003-01-19 23:56:08 vboctor Exp $
# $Id: config_defaults_inc.php,v 1.60 2003-01-21 06:10:37 int2str Exp $
# --------------------------------------------------------


Expand Down Expand Up @@ -646,12 +646,12 @@

# --- status color codes ----------
#
$g_status_colors = array('new' => '#ffffff', # red,
$g_status_colors = array('new' => '#ffffff', # white
'feedback' => '#ffc0cc', # purple
'acknowledged' => '#ff6600', # orange
'confirmed' => '#ffd850', # yellow
'assigned' => '#c8c8ff', # blue
'resolved' => '#cceedd', # buish-green
'resolved' => '#cceedd', # blueish-green
'closed' => '#e8e8e8'); # light gray

###############################
Expand Down

0 comments on commit d52049b

Please sign in to comment.