From 56bc6dabc76c5f2991855acdd08996f092b2bb01 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 12 May 2011 22:03:17 +0000 Subject: [PATCH] Qual: Add link to doc --- htdocs/product/popuprop.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/htdocs/product/popuprop.php b/htdocs/product/popuprop.php index 5e026b0066c..ba0b0989eb8 100644 --- a/htdocs/product/popuprop.php +++ b/htdocs/product/popuprop.php @@ -51,7 +51,17 @@ $staticproduct=new Product($db); * View */ -llxHeader(); +$helpurl=''; +if (isset($_GET["type"]) && $_GET["type"] == 0) +{ + $helpurl='EN:Module_Products|FR:Module_Produits|ES:Módulo_Productos'; +} +if (isset($_GET["type"]) && $_GET["type"] == 1) +{ + $helpurl='EN:Module_Services_En|FR:Module_Services|ES:Módulo_Servicios'; +} + +llxHeader('',$title,$helpurl,''); //On n'affiche le lien page suivante que s'il y a une page suivante ... $sql = "SELECT count(*) as c";