diff --git a/htdocs/telephonie/distributeurs/index.php b/htdocs/telephonie/distributeurs/index.php index a973e4b6ff2..4597ccc1317 100644 --- a/htdocs/telephonie/distributeurs/index.php +++ b/htdocs/telephonie/distributeurs/index.php @@ -90,7 +90,25 @@ print '
'; print ' '; -print '
'; +print ''; + + + +/* ************************************************************************** */ +/* */ +/* Barre d'action */ +/* */ +/* ************************************************************************** */ + +print "\n
\n"; + +if ($_GET["action"] == '') +{ + print "".$langs->trans("Nouveau").""; +} + +print "

"; + $db->close();