From 23cd14ac4a00b0bafe15ae2d646fd0c0bfcc71c3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 26 Jul 2011 23:11:52 +0000 Subject: [PATCH] Fix: tr-td --- htdocs/compta/index.php | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php index c6a7474c9b8..e05eaa66ecf 100644 --- a/htdocs/compta/index.php +++ b/htdocs/compta/index.php @@ -22,7 +22,7 @@ * \file htdocs/compta/index.php * \ingroup compta * \brief Main page of accountancy area - * \version $Id: index.php,v 1.182 2011/06/30 21:53:02 eldy Exp $ + * \version $Id: index.php,v 1.183 2011/07/26 23:11:52 eldy Exp $ */ require('../main.inc.php'); @@ -100,12 +100,7 @@ print_fiche_titre($langs->trans("AccountancyTreasuryArea")); print ''; print ''; - -if (($conf->facture->enabled && $user->rights->facture->lire) || - ($conf->fournisseur->enabled && $user->rights->fournisseur->facture->lire)) -{ - print ''; - print ''; +print '
'; -} +print ''; $max=3; @@ -321,16 +316,8 @@ if ($conf->fournisseur->enabled && $user->rights->fournisseur->facture->lire) } } -if (($conf->facture->enabled && $user->rights->facture->lire) || - ($conf->fournisseur->enabled && $user->rights->fournisseur->lire)) -{ - print ''; -} -else -{ - print ''; -} +print ''; // Last modified customer invoices if ($conf->facture->enabled && $user->rights->facture->lire) @@ -1045,5 +1032,5 @@ print '
'; $db->close(); -llxFooter('$Date: 2011/06/30 21:53:02 $ - $Revision: 1.182 $'); +llxFooter('$Date: 2011/07/26 23:11:52 $ - $Revision: 1.183 $'); ?>