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
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 ' ';
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)
{
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 '';
$db->close();
llxFooter();
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 ' ';
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();
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 ''.$conf->global->CONTRACT_FREE_TEXT.' ';
print ' '."\n";
-print '';
//Use draft Watermark
$var=!$var;
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 ''.$langs->trans("Parameter").' ';
@@ -194,9 +197,7 @@ print " \n";
$var=true;
$var=! $var;
-print '';
-print ' ';
-print ' ';
+
print '';
print $langs->trans("FreeTextOnDonations").' ';
print ''.$conf->global->DONATION_MESSAGE.' ';