noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 03/08: Link to CFGCARD when cat doesn't exist


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 03/08: Link to CFGCARD when cat doesn't exist
Date: Fri, 28 Aug 2015 07:47:03 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 9a01d9f481cf0e2e70e689547b9b779fb1dc9448
Author: Dany De Bontridder <address@hidden>
Date:   Thu Aug 27 11:01:35 2015 +0200

    Link to CFGCARD when cat doesn't exist
---
 include/category_card.inc.php |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/include/category_card.inc.php b/include/category_card.inc.php
index 796a30d..845d3c6 100644
--- a/include/category_card.inc.php
+++ b/include/category_card.inc.php
@@ -142,7 +142,10 @@ if ( $ss_action == 'cn')
     if ( empty ($filter))
     {
         echo '<span class="notice">';
+        
$url="do.php?".http_build_query(array('gDossier'=>Dossier::id(),'ac'=>'CFGCARD'));
+        echo '<a class="line" href="'.$url.'" targer="_blank">';
         echo _("Vous devez aller dans fiche et créer une catégorie pour les 
contacts");
+        echo '</a>';
         echo '</span>';
        return;
     }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]