From c964e485fe26ff7108baafdfaeff0aeec92ed968 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 12 Aug 2005 13:35:33 +0000 Subject: [PATCH] =?UTF-8?q?Modification=20pour=20emp=EAcher=20de=20migrer?= =?UTF-8?q?=20sur=20un=20contrat=20r=E9sili=E9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/telephonie/ligne/fiche.php | 44 ++++++++++++++++++++----------- 1 file changed, 28 insertions(+), 16 deletions(-) diff --git a/htdocs/telephonie/ligne/fiche.php b/htdocs/telephonie/ligne/fiche.php index e2289c8be23..c214eeb8c02 100644 --- a/htdocs/telephonie/ligne/fiche.php +++ b/htdocs/telephonie/ligne/fiche.php @@ -823,43 +823,55 @@ else print ''; print ''; print ''; - - print ''; - - print '
Migrer vers un autre contrat
Nouveau contrat'; - print ''; + + $i = 0; + while ($i < $num) + { + $row = $db->fetch_row($resql); + + print '

'; + print ''; + if ($num > 0) + { + print ''; + } + + print '
'; print ''; } - - } /*