From fedd05cbcc3b30cbdd6e7c4bd1179a539742d224 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Mon, 15 Dec 2014 11:05:47 +0100 Subject: [PATCH 1/8] button should be within form --- htdocs/accountancy/admin/export.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/accountancy/admin/export.php b/htdocs/accountancy/admin/export.php index a5f54d5c431..d35e6e8ddf6 100644 --- a/htdocs/accountancy/admin/export.php +++ b/htdocs/accountancy/admin/export.php @@ -156,9 +156,9 @@ foreach ( $list as $key ) { } print "\n"; -print ''; print '
'; +print ''; llxFooter(); $db->close(); \ No newline at end of file From 3d510ef3464038da4635d8c7cdc1b6e952fd939a Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Mon, 15 Dec 2014 11:19:14 +0100 Subject: [PATCH 2/8] closing tag twice --- htdocs/accountancy/admin/journaux.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/accountancy/admin/journaux.php b/htdocs/accountancy/admin/journaux.php index d97af918f90..bec3fee45e9 100644 --- a/htdocs/accountancy/admin/journaux.php +++ b/htdocs/accountancy/admin/journaux.php @@ -163,7 +163,6 @@ $db->free($resql); print "\n"; -print ''; print ''; print '
'; From 27c0e6b4d3cd5cb03398570af23d49a39e412c6b Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Mon, 15 Dec 2014 19:15:26 +0100 Subject: [PATCH 3/8] balise form should close after table --- htdocs/adherents/list.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/adherents/list.php b/htdocs/adherents/list.php index b70e212d2d2..b88a39c76af 100644 --- a/htdocs/adherents/list.php +++ b/htdocs/adherents/list.php @@ -263,8 +263,7 @@ if ($resql) print ''; print ''; - print "\n"; - print ''; + print "\n"; $var=True; while ($i < $num && $i < $conf->liste_limit) @@ -366,6 +365,7 @@ if ($resql) } print "\n"; + print ''; if ($num > $conf->liste_limit) { From dd6d6bc054e731ba285dfca759b22d4cde9853e0 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Tue, 16 Dec 2014 14:43:28 +0100 Subject: [PATCH 4/8] 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(); From e40ef3f9cee675987b7dc8c6f9967ccf46e44a23 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Tue, 16 Dec 2014 14:49:07 +0100 Subject: [PATCH 5/8] form closed at the wrong place --- htdocs/admin/barcode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/admin/barcode.php b/htdocs/admin/barcode.php index 11341f632a2..00a84fc5cbc 100644 --- a/htdocs/admin/barcode.php +++ b/htdocs/admin/barcode.php @@ -318,7 +318,6 @@ if (! isset($_SERVER['WINDIR'])) print ''; print ''; print ''; - print ''; } // Module products @@ -350,6 +349,7 @@ if (! empty($conf->societe->enabled)) } print "\n"; +print ''; print '
'; From 69c1de3fe12e6134e511febcd7617755cd9f00fb Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Tue, 16 Dec 2014 15:07:23 +0100 Subject: [PATCH 6/8] one close form too much, an other at the wrong place --- htdocs/admin/compta.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/htdocs/admin/compta.php b/htdocs/admin/compta.php index b5aed0c683e..7b041fa3991 100644 --- a/htdocs/admin/compta.php +++ b/htdocs/admin/compta.php @@ -135,7 +135,6 @@ print ''.nl2br($langs->trans('OptionModeTrueDesc')); print "\n"; print ' '.$langs->trans('OptionModeVirtual').''; print ''.nl2br($langs->trans('OptionModeVirtualDesc'))."\n"; -print ''; print "\n"; @@ -163,11 +162,10 @@ foreach ($list as $key) print ''; } -print ''; print "\n"; print '

'; - +print ''; $db->close(); llxFooter(); From cf196c77fb17a1cc34701ffbd0f3c9d99436ce15 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Tue, 16 Dec 2014 15:15:03 +0100 Subject: [PATCH 7/8] one close form too much --- htdocs/admin/contract.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/admin/contract.php b/htdocs/admin/contract.php index 6905156990b..817ac84d768 100644 --- a/htdocs/admin/contract.php +++ b/htdocs/admin/contract.php @@ -1,6 +1,6 @@ - * Copyright (C) 2011-2013 Philippe Grand + * Copyright (C) 2011-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 @@ -509,7 +509,6 @@ print ''; print $langs->trans("FreeLegalTextOnContracts").' ('.$langs->trans("AddCRIfTooLong").')
'; print ''; print ''."\n"; -print ''; //Use draft Watermark $var=!$var; From 8878ef601f5acd1f1a90a2f4029e706fe3eb34e5 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Tue, 16 Dec 2014 15:34:56 +0100 Subject: [PATCH 8/8] form should open before table --- htdocs/admin/dons.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/htdocs/admin/dons.php b/htdocs/admin/dons.php index ac0fe715c99..dcac1079422 100644 --- a/htdocs/admin/dons.php +++ b/htdocs/admin/dons.php @@ -186,6 +186,9 @@ print_fiche_titre($langs->trans("DonationsSetup"),$linkback,'setup'); */ print_titre($langs->trans("Options")); +print '
'; +print ''; +print ''; print ''; print ''; print ''; @@ -194,9 +197,7 @@ print "\n"; $var=true; $var=! $var; -print ''; -print ''; -print ''; + print '
'.$langs->trans("Parameter").'
'; print $langs->trans("FreeTextOnDonations").'
'; print '';