From c7cceff227e30924cc1604dde69f3b7891e12cfe Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 21 Jun 2005 15:42:24 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20bouton=20cr=E9ation=20de=20commerciaux?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../telephonie/distributeurs/distributeur.php | 22 +++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) 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$");