diff --git a/doc/adherent.sgml b/doc/adherent.sgml index 69bdd19fcf5..5c573a80f7b 100644 --- a/doc/adherent.sgml +++ b/doc/adherent.sgml @@ -18,19 +18,19 @@

- - - Un adherent peut avoir plusieurs statuts differents ils sont. - + Statut +

+ Un adherent peut avoir plusieurs statuts differents ils sont. +

- + Classes PHP

Classes PHP utilisées pour ce module : adherent.class.php - +

diff --git a/doc/don.sgml b/doc/don.sgml index 35995ffcd04..256fc23fe94 100644 --- a/doc/don.sgml +++ b/doc/don.sgml @@ -1,12 +1,31 @@ Dons - Suffixe de commande - - Le suffixe de commande des dons est la valeur 10. + Configuration +

+ $this->enabled = 0; + /* Paiement en ligne */ + + $this->onlinepayment = 0; + + /* Don minimum, 0 pas de limite */ + $this->minimum = 0; + + /* Email des moderateurs */ + + $this->email_moderator = "root@localhost"; + +

+ Suffixe de commande +

+ Le suffixe de commande des dons est la valeur 10. +

+
+ +