From 882524c92f8b7446b985b69663083488d9dc5500 Mon Sep 17 00:00:00 2001 From: jlb Date: Mon, 15 Sep 2003 15:22:59 +0000 Subject: [PATCH] -ajout du module adherent dans modules.php -ajout d'une constante dans adherent.php --- htdocs/admin/adherent.php | 3 ++- htdocs/admin/modules.php | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/htdocs/admin/adherent.php b/htdocs/admin/adherent.php index e6008bafd10..fad6472365e 100644 --- a/htdocs/admin/adherent.php +++ b/htdocs/admin/adherent.php @@ -244,7 +244,8 @@ $constantes=array('ADHERENT_TEXT_NEW_ADH', 'ADHERENT_MAIL_FROM', 'ADHERENT_CARD_HEADER_TEXT', 'ADHERENT_CARD_TEXT', - 'ADHERENT_CARD_FOOTER_TEXT' + 'ADHERENT_CARD_FOOTER_TEXT', + 'ADHERENT_ETIQUETTE_TYPE' ); form_constantes($constantes); diff --git a/htdocs/admin/modules.php b/htdocs/admin/modules.php index 9eb510caf21..c2e2af6eb53 100644 --- a/htdocs/admin/modules.php +++ b/htdocs/admin/modules.php @@ -1,5 +1,6 @@ + * Copyright (C) 2003 Jean-Louis Bergamo * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -93,6 +94,7 @@ $modules["MAIN_MODULE_ADHERENT"][0] = "Module adherent"; $modules["MAIN_MODULE_ADHERENT"][1] = "MAIN_MODULE_ADHERENT"; $modules["MAIN_MODULE_ADHERENT"][2] = MAIN_MODULE_ADHERENT; $modules["MAIN_MODULE_ADHERENT"][3] = "Module de gestion des adhérents d'une association"; +$modules["MAIN_MODULE_ADHERENT"][4] = "modAdherent"; $modules["MAIN_MODULE_BOUTIQUE"][0] = "Module boutique"; $modules["MAIN_MODULE_BOUTIQUE"][1] = "MAIN_MODULE_BOUTIQUE";