From 8d933b358029d487cb6f5aefca9ec11ff34c7106 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 2 Mar 2004 15:57:23 +0000 Subject: [PATCH] Modif formulaire de recherche pour les prospects --- htdocs/main.inc.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 82257511d31..ddb74e0d6ec 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -538,9 +538,17 @@ Function left_menu($menu, $help_url='', $form_search='', $author='') if (defined("MAIN_SEARCHFORM_SOCIETE") && MAIN_SEARCHFORM_SOCIETE > 0) { - print '
'; + if (strstr($GLOBALS["SCRIPT_URL"], "/comm/prospect/")) + { + print ''; + } + else + { + print ''; + } print 'Societes
'; print ''; + print ''; print ''; print ' '; print '';