From c93233659696058de8fbf3326c4e85864e5a387d Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 13 Apr 2005 10:01:05 +0000 Subject: [PATCH] Ajout formulaire des categories en commentaires pour l'instant --- 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 dd4250383c7..57df0228751 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2002-2005 Rodolphe Quiedeville * Copyright (C) 2003 Xavier Dutoit * Copyright (C) 2004-2005 Laurent Destailleur * Copyright (C) 2004 Sebastien Di Cintio @@ -264,6 +264,14 @@ function left_menu($menu_array, $help_url='', $form_search='') printSearchForm(DOL_URL_ROOT.'/product/liste.php',DOL_URL_ROOT.'/product/',$langs->trans("Products")."/".$langs->trans("Services"),'products','sall'); } + /* + if ($conf->categorie->enabled) + { + $langs->load("categories"); + printSearchForm(DOL_URL_ROOT.'/categories/search.php',DOL_URL_ROOT.'/categories/',$langs->trans("Categories"),'categories','catname'); + } + */ + print ''; }