Link to CFGCARD when cat doesn't exist
This commit is contained in:
parent
a3e00e16e1
commit
9a01d9f481
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue