From 60e85f9fd925b18a78e169e7c888388e7a8d1808 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 19 Nov 2004 08:24:14 +0000 Subject: [PATCH] =?UTF-8?q?R=E9organisation=20total=20du=20menu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/prospect/pre.inc.php | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/htdocs/comm/prospect/pre.inc.php b/htdocs/comm/prospect/pre.inc.php index 1bdd517491b..2f2a67e06c7 100644 --- a/htdocs/comm/prospect/pre.inc.php +++ b/htdocs/comm/prospect/pre.inc.php @@ -39,8 +39,7 @@ function llxHeader($head = "", $urlp = "") { $menu->add_submenu(DOL_URL_ROOT."/comm/contact.php?type=p", "Contacts"); - $menu->add(DOL_URL_ROOT."/comm/clients.php", "Clients"); - $menu->add_submenu(DOL_URL_ROOT."/comm/contact.php?type=c", "Contacts"); + $menu->add(DOL_URL_ROOT."/comm/action/index.php", "Actions"); @@ -50,22 +49,7 @@ function llxHeader($head = "", $urlp = "") { $menu->add(DOL_URL_ROOT."/comm/propal.php", "Prop. commerciales"); } - $menu->add(DOL_URL_ROOT."/contrat/index.php", "Contrats"); - - if ($conf->commande->enabled ) - { - $menu->add(DOL_URL_ROOT."/commande/index.php", "Commandes"); - } - - if ($conf->fichinter->enabled ) - { - $menu->add(DOL_URL_ROOT."/fichinter/index.php", "Fiches d'intervention"); - } - - if ($conf->projet->enabled ) - { - $menu->add(DOL_URL_ROOT."/projet/index.php", "Projets"); - } + $menu->add(DOL_URL_ROOT."/comm/clients.php", "Clients"); left_menu($menu->liste);