From c2e81b6edb44eaa7fbf38a27b805e5ac5537c5b9 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 5 Aug 2016 00:36:58 +0200 Subject: [PATCH] Fix colspan --- htdocs/product/card.php | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/htdocs/product/card.php b/htdocs/product/card.php index 7f338c6dc06..d386132813e 100644 --- a/htdocs/product/card.php +++ b/htdocs/product/card.php @@ -1841,14 +1841,14 @@ if ($object->id && ($action == '' || $action == 'view') && $object->status) { $var=!$var; $html .= ''; - $html .= $langs->trans("AddToDraftProposals").''; + $html .= $langs->trans("AddToDraftProposals").''; $html .= $form->selectarray("propalid", $otherprop, 0, 1); $html .= ''; } else { $html .= ''; - $html .= $langs->trans("AddToDraftProposals").''; + $html .= $langs->trans("AddToDraftProposals").''; $html .= $langs->trans("NoDraftProposals"); $html .= ''; } @@ -1867,14 +1867,14 @@ if ($object->id && ($action == '' || $action == 'view') && $object->status) { $var=!$var; $html .= ''; - $html .= $langs->trans("AddToDraftOrders").''; + $html .= $langs->trans("AddToDraftOrders").''; $html .= $form->selectarray("commandeid", $othercom, 0, 1); $html .= ''; } else { $html .= ''; - $html .= $langs->trans("AddToDraftOrders").''; + $html .= $langs->trans("AddToDraftOrders").''; $html .= $langs->trans("NoDraftOrders"); $html .= ''; } @@ -1893,14 +1893,14 @@ if ($object->id && ($action == '' || $action == 'view') && $object->status) { $var=!$var; $html .= ''; - $html .= $langs->trans("AddToDraftInvoices").''; + $html .= $langs->trans("AddToDraftInvoices").''; $html .= $form->selectarray("factureid", $otherinvoice, 0, 1); $html .= ''; } else { $html .= ''; - $html .= $langs->trans("AddToDraftInvoices").''; + $html .= $langs->trans("AddToDraftInvoices").''; $html .= $langs->trans("NoDraftInvoices"); $html .= ''; } @@ -1918,7 +1918,8 @@ if ($object->id && ($action == '' || $action == 'view') && $object->status) dol_fiche_head(''); $html .= ''.$langs->trans("Quantity").' '; - $html .= ''.$langs->trans("ReductionShort").'(%) '; + $html .= ''; + $html .= ''.$langs->trans("ReductionShort").'(%) '; $html .= ''; $html .= '';