diff --git a/htdocs/telephonie/distributeurs/distributeur.php b/htdocs/telephonie/distributeurs/distributeur.php index 5baefb53f47..c2c54e56135 100644 --- a/htdocs/telephonie/distributeurs/distributeur.php +++ b/htdocs/telephonie/distributeurs/distributeur.php @@ -143,9 +143,27 @@ if ($_GET["id"]) print ''; - print ''; + print ''; + + + /* ************************************************************************** */ + /* */ + /* Barre d'action */ + /* */ + /* ************************************************************************** */ + print "\n
\n"; + + if ($_GET["action"] == '') + { + print "id."\">".$langs->trans("Nouveau commercial").""; + } + + print "

"; + + + - $db->close(); + $db->close(); } llxFooter("Dernière modification $Date$ révision $Revision$");