diff --git a/htdocs/conf/conf.class.php3.sample b/htdocs/conf/conf.class.php3.sample index b167cdc4dc3..6a2989b2e33 100644 --- a/htdocs/conf/conf.class.php3.sample +++ b/htdocs/conf/conf.class.php3.sample @@ -67,7 +67,10 @@ class PropalConf { $this->outputurl = "/document/propal"; } } - +/* + * Base de données + * + */ class DbConf { Function DbConf() { $this->type = "mysql"; @@ -77,7 +80,10 @@ class DbConf { $this->name = "dolibarr"; } } - +/* + * Calendrier + * + */ class WebcalConf { Function WebcalConf() { $this->enabled = 1; @@ -115,7 +121,6 @@ class FactureConf { */ class FicheInterConf { Function FicheInterConf() { - $this->enabled = 1; $this->templatesdir = "/home/www/dolibarr/dolibarr/templates/fichinter/default"; diff --git a/htdocs/theme/dolibarr/dolibarr.css b/htdocs/theme/dolibarr/dolibarr.css index 4bda5279d3c..f1bc62016d6 100644 --- a/htdocs/theme/dolibarr/dolibarr.css +++ b/htdocs/theme/dolibarr/dolibarr.css @@ -71,6 +71,11 @@ DIV.titre * */ TR.liste_titre +{ + background: #669999; + font-family: Helvetica, Verdana; font-size: 14px; font-weight: bold; + text-decoration: none } +TR.liste_sep { background: #669999; font-family: Helvetica, Verdana; font-size: 14px; font-weight: bold;