*** empty log message ***
This commit is contained in:
parent
9f9e40e79b
commit
af3d60a307
@ -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";
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user