From 9e5aff617a522c1a0be5b72f58751b49dc2d73c5 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 21 Jun 2005 15:43:08 +0000 Subject: [PATCH] Ajout bouton "nouveau" --- htdocs/telephonie/distributeurs/index.php | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) 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();