From 3eafb8f5c95eba1749cf7d6a87901740aa84f803 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 6 Jun 2011 16:18:22 +0000 Subject: [PATCH] New: Add link to online help --- htdocs/commande/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/commande/index.php b/htdocs/commande/index.php index 5336f6f2e35..e2b5ea21cc0 100644 --- a/htdocs/commande/index.php +++ b/htdocs/commande/index.php @@ -52,8 +52,9 @@ if ($user->societe_id > 0) $commandestatic=new Commande($db); $html = new Form($db); $formfile = new FormFile($db); +$help_url="EN:Module_Customers_Orders|FR:Module_Commandes_Clients|ES:Módulo Pedidos de clientes"; -llxHeader("",$langs->trans("Orders"),"Commande"); +llxHeader("",$langs->trans("Orders"),$help_url); print_fiche_titre($langs->trans("OrdersArea"));