Fix: uniformisation

This commit is contained in:
Regis Houssin 2009-04-17 12:31:08 +00:00
parent 30916f0bea
commit abbaa6b7e6

View File

@ -59,8 +59,8 @@ insert into llx_const (name, value, type, note, visible) values ('MAIN_NOT_INSTA
insert into llx_const (name, value, type, note, visible) values ('MAIN_MONNAIE','EUR','chaine','Monnaie',0);
insert into llx_const (name, value, type, note, visible) values ('MAIN_POPUP_CALENDAR','eldy','chaine','Popup calendar module',0);
insert into llx_const(name,value,type,visible,note) values('SYSLOG_FILE','DOL_DATA_ROOT/dolibarr.log','chaine',0,'Directory where to write log file');
insert into llx_const(name,value,type,visible,note) values('SYSLOG_LEVEL','6','chaine',0,'Level of debug info to show');
insert into llx_const (name, value, type, note, visible) values('SYSLOG_FILE','DOL_DATA_ROOT/dolibarr.log','chaine','Directory where to write log file',0);
insert into llx_const (name, value, type, note, visible) values('SYSLOG_LEVEL','6','chaine','Level of debug info to show',0);
insert into llx_const (name, value, type, note, visible) values ('MAIN_MAIL_SMTP_SERVER','','chaine','Host or ip address for SMTP server',0);
insert into llx_const (name, value, type, note, visible) values ('MAIN_MAIL_SMTP_PORT','','chaine','Port for SMTP server',0);
@ -68,12 +68,12 @@ insert into llx_const (name, value, type, note, visible) values ('MAIN_MAIL_EMAI
insert into llx_const (name, value, type, note, visible) values ('MAIN_UPLOAD_DOC','2048','chaine','Max size for file upload (0 means no upload allowed)',0);
insert into llx_const(name,value,type,visible,note) values('MAIN_FEATURES_LEVEL','0','chaine',1,'Level of features to show (0=stable only, 1=stable+experimental, 2=stable+experimental+development');
insert into llx_const (name, value, type, note, visible) values('MAIN_FEATURES_LEVEL','0','chaine',1,'Level of features to show (0=stable only, 1=stable+experimental, 2=stable+experimental+development');
insert into llx_const(name,value,type,visible,note) values('MAIN_SEARCHFORM_SOCIETE','1','yesno',0,'Show form for quick company search');
insert into llx_const(name,value,type,visible,note) values('MAIN_SEARCHFORM_CONTACT','1','yesno',0,'Show form for quick contact search');
insert into llx_const(name,value,type,visible,note) values('MAIN_SEARCHFORM_PRODUITSERVICE' ,'1','yesno',0,'Show form for quick product search');
insert into llx_const(name,value,type,visible,note) values('MAIN_SEARCHFORM_ADHERENT','1','yesno',0,'Show form for quick member search');
insert into llx_const (name, value, type, note, visible) values('MAIN_SEARCHFORM_SOCIETE','1','yesno','Show form for quick company search',0);
insert into llx_const (name, value, type, note, visible) values('MAIN_SEARCHFORM_CONTACT','1','yesno','Show form for quick contact search',0);
insert into llx_const (name, value, type, note, visible) values('MAIN_SEARCHFORM_PRODUITSERVICE' ,'1','yesno','Show form for quick product search',0);
insert into llx_const (name, value, type, note, visible) values('MAIN_SEARCHFORM_ADHERENT','1','yesno','Show form for quick member search',0);
--
-- IHM
@ -107,9 +107,9 @@ insert into llx_const (name, value, type, note, visible) values ('MAIN_DELAY_TRA
--
-- Tiers
--
insert into llx_const(name,value,type,visible,note) values('SOCIETE_NOLIST_COURRIER','1','yesno',0,'Liste les fichiers du repertoire courrier');
insert into llx_const(name,value,type,visible,note) values('SOCIETE_CODECLIENT_ADDON','mod_codeclient_leopard','yesno',0,'Module to control third parties codes');
insert into llx_const(name,value,type,visible,note) values('SOCIETE_CODECOMPTA_ADDON','mod_codecompta_panicum','yesno',0,'Module to control third parties codes');
insert into llx_const (name, value, type, note, visible) values('SOCIETE_NOLIST_COURRIER','1','yesno','Liste les fichiers du repertoire courrier',0);
insert into llx_const (name, value, type, note, visible) values('SOCIETE_CODECLIENT_ADDON','mod_codeclient_leopard','yesno','Module to control third parties codes',0);
insert into llx_const (name, value, type, note, visible) values('SOCIETE_CODECOMPTA_ADDON','mod_codecompta_panicum','yesno','Module to control third parties codes',0);
--