From dd6d6bc054e731ba285dfca759b22d4cde9853e0 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Tue, 16 Dec 2014 14:43:28 +0100 Subject: [PATCH] open form was at the wrong place missing close form --- htdocs/admin/bank.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/htdocs/admin/bank.php b/htdocs/admin/bank.php index de1f7662373..32e4750009c 100644 --- a/htdocs/admin/bank.php +++ b/htdocs/admin/bank.php @@ -1,7 +1,7 @@ * Copyright (C) 2010-2013 Juanjo Menent - * Copyright (C) 2013 Philippe Grand + * Copyright (C) 2013-2014 Philippe Grand * * 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 @@ -88,7 +88,9 @@ $linkback=''.$langs->trans("BackToM print_fiche_titre($langs->trans("BankSetupModule"),$linkback,'setup'); print '
'; - +print '
'; +print ''; +print ''; print ''; print ''; print ''; @@ -98,9 +100,7 @@ print "\n"; $var=true; $var=! $var; -print ''; -print ''; -print ''; + print '
'.$langs->trans("Parameters").'
'; print $langs->trans("FreeLegalTextOnChequeReceipts").' ('.$langs->trans("AddCRIfTooLong").')
'; print ''; @@ -183,7 +183,7 @@ while ($i < $nbofbank) } print '
'."\n"; - +print '
'; $db->close(); llxFooter();