*** empty log message ***

This commit is contained in:
Rodolphe Quiedeville 2002-12-13 17:08:10 +00:00
parent 9f9e40e79b
commit af3d60a307
2 changed files with 13 additions and 3 deletions

View File

@ -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";

View File

@ -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;