Module: nagvis Branch: master Commit: ec4d5f904a22009114803a6217e55682a06dd6fe URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=ec4d5f904a22009114803a6217e55682a06dd6fe
Author: LaMi <[email protected]> Date: Sat Jan 9 16:43:12 2010 +0100 Changed grid default color --- share/server/core/classes/GlobalMainCfg.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/share/server/core/classes/GlobalMainCfg.php b/share/server/core/classes/GlobalMainCfg.php index 4b263d2..a1fe132 100644 --- a/share/server/core/classes/GlobalMainCfg.php +++ b/share/server/core/classes/GlobalMainCfg.php @@ -284,7 +284,7 @@ class GlobalMainCfg { 'match' => MATCH_BOOLEAN), 'grid_color' => Array('must' => 0, 'editable' => 1, - 'default' => '#F7F7F7', + 'default' => '#D5DCEF', 'match' => MATCH_COLOR), 'grid_steps' => Array('must' => 0, 'editable' => 1, ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
