This commit is contained in:
Marc Delisle
2007-10-17 12:02:43 +00:00
parent bc2eab7ddb
commit e20011e436
4 changed files with 260 additions and 169 deletions

View File

@@ -1,8 +1,6 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* 2007-08-26: IE6 bugfixes, non Gecko tab appearance
* 2007-08-01: navidbpageselector, recoding, bugfixes ...
* for nicer (human readable) css formating add "$cfg['NiceCss'] = true;" in your config.inc.php
* 2007-05-11: layout choosable in config.inc.php :
* you can switch to an alternate Color/Font set simply by putting the line
@@ -280,7 +278,7 @@ if (!empty($GLOBALS['cfg']['customGrid']))
$GLOBALS['cfg']['BgTwo'] = '#D5D5D5';
$GLOBALS['cfg']['QueryWindowWidth'] = 600;
$GLOBALS['cfg']['QueryWindowHeight'] = 400;
$GLOBALS['cfg']['LegendBoder'] = 0;
$GLOBALS['cfg']['LegendBorder'] = 0;
$GLOBALS['cfg']['LegendColor'] = '#000';
// $GLOBALS['cfg']['LegendBGC'] = '#fff';//??
}