From 9b949351ac95760b7ed8c0e604a30caea32208b9 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 14 Sep 2011 22:51:11 +0000 Subject: [PATCH] Uniformize code --- htdocs/compta/bank/fiche.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/htdocs/compta/bank/fiche.php b/htdocs/compta/bank/fiche.php index f60241b453f..ad4072918c5 100644 --- a/htdocs/compta/bank/fiche.php +++ b/htdocs/compta/bank/fiche.php @@ -205,7 +205,7 @@ if ($action == 'create') print_fiche_titre($langs->trans("NewFinancialAccount")); - if ($message) { print "$message
\n"; } + dol_htmloutput_mesg($message); if ($conf->use_javascript_ajax) { @@ -323,9 +323,11 @@ if ($action == 'create') print ''.$langs->trans("BalanceMinimalDesired").''; print 'account_min_desired).'">'; - print ''; - print ''; print ''; + + print '

'; + + print ''; } /* ************************************************************************** */ /* */