From bf59ba32b7a6e713e89fd7790f87803d44bef44d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 4 Mar 2004 22:45:01 +0000 Subject: [PATCH] =?UTF-8?q?Modification=20esth=E9tique=20mineure.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/paiement/fiche.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/paiement/fiche.php b/htdocs/compta/paiement/fiche.php index a1fa7316f95..165088326d8 100644 --- a/htdocs/compta/paiement/fiche.php +++ b/htdocs/compta/paiement/fiche.php @@ -1,5 +1,6 @@ + * Copyright (C) 2004 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -46,7 +47,6 @@ print 'Info'; print ''; print '
'; - /* * Visualisation de la fiche * @@ -62,6 +62,7 @@ $html = new Form($db); */ if ($_GET["action"] == 'delete') { + print '
'; $html->form_confirm("$PHP_SELF?id=$paiement->id","Supprimer le paiement","Etes-vous sūr de vouloir supprimer ce paiement ?","confirm_delete"); } @@ -143,7 +144,9 @@ if ($db->query($sql)) // L'edition est pour l'instant inutile //print 'Editer'; - print 'Supprimer'; + if ($_GET["action"] != 'delete') { + print 'Supprimer'; + } print "
"; }