From e14549f4db1eb4a2b4e1c80b7b048c3c8cbf32b0 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 4 May 2007 20:00:11 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20modif=20esth=E9tique?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/includes/boxes/box_actions.php | 4 ++++ htdocs/includes/boxes/box_commandes.php | 1 + htdocs/includes/boxes/box_factures.php | 1 + htdocs/includes/boxes/box_factures_imp.php | 1 + htdocs/includes/boxes/box_propales.php | 3 ++- htdocs/includes/boxes/box_prospect.php | 1 + 6 files changed, 10 insertions(+), 1 deletion(-) diff --git a/htdocs/includes/boxes/box_actions.php b/htdocs/includes/boxes/box_actions.php index 5ae9d83f7be..becdd220416 100644 --- a/htdocs/includes/boxes/box_actions.php +++ b/htdocs/includes/boxes/box_actions.php @@ -135,6 +135,10 @@ class box_actions extends ModeleBoxes { $this->info_box_contents[$i][0] = array('align' => 'center','text'=>$langs->trans("NoActionsToDo")); $this->info_box_contents[$i][1] = array('text'=>' '); $this->info_box_contents[$i][2] = array('text'=>' '); + $this->info_box_contents[$i][3] = array('text'=>' '); + $this->info_box_contents[$i][4] = array('text'=>' '); + $this->info_box_contents[$i][5] = array('text'=>' '); + } else { $this->info_box_contents[$i][0] = array('text'=>' '); $this->info_box_contents[$i][1] = array('text'=>' '); diff --git a/htdocs/includes/boxes/box_commandes.php b/htdocs/includes/boxes/box_commandes.php index f028670e5f4..237a439a916 100644 --- a/htdocs/includes/boxes/box_commandes.php +++ b/htdocs/includes/boxes/box_commandes.php @@ -121,6 +121,7 @@ class box_commandes extends ModeleBoxes { $this->info_box_contents[$i][0] = array('align' => 'center','text'=>$langs->trans("NoRecordedOrders")); $this->info_box_contents[$i][1] = array('text'=>' '); $this->info_box_contents[$i][2] = array('text'=>' '); + $this->info_box_contents[$i][3] = array('text'=>' '); } else { $this->info_box_contents[$i][0] = array('text'=>' '); $this->info_box_contents[$i][1] = array('text'=>' '); diff --git a/htdocs/includes/boxes/box_factures.php b/htdocs/includes/boxes/box_factures.php index 31bc6adf90e..f8cfde67baf 100644 --- a/htdocs/includes/boxes/box_factures.php +++ b/htdocs/includes/boxes/box_factures.php @@ -127,6 +127,7 @@ class box_factures extends ModeleBoxes { $this->info_box_contents[$i][0] = array('align' => 'center','text'=>$langs->trans("NoRecordedInvoices")); $this->info_box_contents[$i][1] = array('text'=>' '); $this->info_box_contents[$i][2] = array('text'=>' '); + $this->info_box_contents[$i][3] = array('text'=>' '); } else { $this->info_box_contents[$i][0] = array('text'=>' '); $this->info_box_contents[$i][1] = array('text'=>' '); diff --git a/htdocs/includes/boxes/box_factures_imp.php b/htdocs/includes/boxes/box_factures_imp.php index 22f631a2495..e040f5d20a4 100644 --- a/htdocs/includes/boxes/box_factures_imp.php +++ b/htdocs/includes/boxes/box_factures_imp.php @@ -127,6 +127,7 @@ class box_factures_imp extends ModeleBoxes { $this->info_box_contents[$i][0] = array('align' => 'center','text'=>$langs->trans("NoUnpayedCustomerBills")); $this->info_box_contents[$i][1] = array('text'=>' '); $this->info_box_contents[$i][2] = array('text'=>' '); + $this->info_box_contents[$i][3] = array('text'=>' '); } else { $this->info_box_contents[$i][0] = array('text'=>' '); $this->info_box_contents[$i][1] = array('text'=>' '); diff --git a/htdocs/includes/boxes/box_propales.php b/htdocs/includes/boxes/box_propales.php index 3fccb7a97fc..1f7d3f82644 100644 --- a/htdocs/includes/boxes/box_propales.php +++ b/htdocs/includes/boxes/box_propales.php @@ -122,11 +122,12 @@ class box_propales extends ModeleBoxes { $this->info_box_contents[$i][0] = array('align' => 'center','text'=>$langs->trans("NoRecordedProposals")); $this->info_box_contents[$i][1] = array('text'=>' '); $this->info_box_contents[$i][2] = array('text'=>' '); + $this->info_box_contents[$i][3] = array('text'=>' '); } else { $this->info_box_contents[$i][0] = array('text'=>' '); $this->info_box_contents[$i][1] = array('text'=>' '); $this->info_box_contents[$i][2] = array('text'=>' '); - $this->info_box_contents[$i][2] = array('text'=>' '); + $this->info_box_contents[$i][3] = array('text'=>' '); } $i++; } diff --git a/htdocs/includes/boxes/box_prospect.php b/htdocs/includes/boxes/box_prospect.php index 5bb5c0613c4..da712309f73 100644 --- a/htdocs/includes/boxes/box_prospect.php +++ b/htdocs/includes/boxes/box_prospect.php @@ -116,6 +116,7 @@ class box_prospect extends ModeleBoxes { $this->info_box_contents[$i][0] = array('align' => 'center','text'=>$langs->trans("NoRecordedProspects")); $this->info_box_contents[$i][1] = array('text'=>' '); $this->info_box_contents[$i][2] = array('text'=>' '); + $this->info_box_contents[$i][3] = array('text'=>' '); } else { $this->info_box_contents[$i][0] = array('text'=>' '); $this->info_box_contents[$i][1] = array('text'=>' ');