From 153a712f05bfa9df8c468d2afe4b37cd230725c0 Mon Sep 17 00:00:00 2001 From: jlb Date: Mon, 13 Jan 2003 21:06:17 +0000 Subject: [PATCH] amelioration exthetique (a tester) --- htdocs/adherents/public/new.php | 2 +- htdocs/adherents/public/pre.inc.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/adherents/public/new.php b/htdocs/adherents/public/new.php index 5b9b99fc54b..b497100b005 100644 --- a/htdocs/adherents/public/new.php +++ b/htdocs/adherents/public/new.php @@ -58,7 +58,7 @@ if ($HTTP_POST_VARS["action"] == 'add') } } -llxHeader(); +llxHeader("Nouvel Adherent"); // Header /* print ""; diff --git a/htdocs/adherents/public/pre.inc.php b/htdocs/adherents/public/pre.inc.php index f23c858485d..7d73b0fe732 100644 --- a/htdocs/adherents/public/pre.inc.php +++ b/htdocs/adherents/public/pre.inc.php @@ -33,8 +33,8 @@ function llxHeader($head = "") { $menu = new Menu(); + $menu->add("new.php","Nouvel adherent"); /* - $menu->add("index.php","Adherents"); $menu->add_submenu("liste.php?statut=1","Adhérents à ce jour"); $menu->add_submenu("liste.php?statut=-1","Adhésions à valider"); @@ -53,9 +53,9 @@ function llxHeader($head = "") { { $menu->add("type.php","Configuration"); } + */ left_menu($menu->liste); - */ } ?>