*** empty log message ***
This commit is contained in:
parent
9f9e40e79b
commit
af3d60a307
@ -67,7 +67,10 @@ class PropalConf {
|
|||||||
$this->outputurl = "/document/propal";
|
$this->outputurl = "/document/propal";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
|
* Base de données
|
||||||
|
*
|
||||||
|
*/
|
||||||
class DbConf {
|
class DbConf {
|
||||||
Function DbConf() {
|
Function DbConf() {
|
||||||
$this->type = "mysql";
|
$this->type = "mysql";
|
||||||
@ -77,7 +80,10 @@ class DbConf {
|
|||||||
$this->name = "dolibarr";
|
$this->name = "dolibarr";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
|
* Calendrier
|
||||||
|
*
|
||||||
|
*/
|
||||||
class WebcalConf {
|
class WebcalConf {
|
||||||
Function WebcalConf() {
|
Function WebcalConf() {
|
||||||
$this->enabled = 1;
|
$this->enabled = 1;
|
||||||
@ -115,7 +121,6 @@ class FactureConf {
|
|||||||
*/
|
*/
|
||||||
class FicheInterConf {
|
class FicheInterConf {
|
||||||
Function FicheInterConf() {
|
Function FicheInterConf() {
|
||||||
|
|
||||||
$this->enabled = 1;
|
$this->enabled = 1;
|
||||||
|
|
||||||
$this->templatesdir = "/home/www/dolibarr/dolibarr/templates/fichinter/default";
|
$this->templatesdir = "/home/www/dolibarr/dolibarr/templates/fichinter/default";
|
||||||
|
|||||||
@ -71,6 +71,11 @@ DIV.titre
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
TR.liste_titre
|
TR.liste_titre
|
||||||
|
{
|
||||||
|
background: #669999;
|
||||||
|
font-family: Helvetica, Verdana; font-size: 14px; font-weight: bold;
|
||||||
|
text-decoration: none }
|
||||||
|
TR.liste_sep
|
||||||
{
|
{
|
||||||
background: #669999;
|
background: #669999;
|
||||||
font-family: Helvetica, Verdana; font-size: 14px; font-weight: bold;
|
font-family: Helvetica, Verdana; font-size: 14px; font-weight: bold;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user