From 14ad53848d1d357c223a71558cf6d22317a26f82 Mon Sep 17 00:00:00 2001 From: aspangaro Date: Fri, 19 Jun 2015 06:32:51 +0200 Subject: [PATCH] Remove $linkback, lang & html --- htdocs/accountancy/customer/card.php | 3 +-- htdocs/accountancy/supplier/card.php | 7 +++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/htdocs/accountancy/customer/card.php b/htdocs/accountancy/customer/card.php index d3d6ff8a945..81fbea30baa 100644 --- a/htdocs/accountancy/customer/card.php +++ b/htdocs/accountancy/customer/card.php @@ -108,8 +108,7 @@ if (! empty($id)) { print ''; print ''; - $linkback=''.$langs->trans("Back").''; - print_fiche_titre($langs->trans('CustomersVentilation'),$linkback,'title_setup'); + print_fiche_titre($langs->trans('CustomersVentilation'),'','title_setup'); dol_fiche_head(); diff --git a/htdocs/accountancy/supplier/card.php b/htdocs/accountancy/supplier/card.php index 42837680428..c293418b669 100644 --- a/htdocs/accountancy/supplier/card.php +++ b/htdocs/accountancy/supplier/card.php @@ -107,12 +107,11 @@ if (! empty($id)) { print ''; print ''; - $linkback=''.$langs->trans("Back").''; - print_fiche_titre($langs->trans('SuppliersVentilation'),$linkback,'title_setup'); + print_fiche_titre($langs->trans('SuppliersVentilation'),'','title_setup'); dol_fiche_head(); - print ''; + print '
'; // ref invoice print ''; @@ -121,7 +120,7 @@ if (! empty($id)) { print ''; print ''; - print ''; + print ''; print ''; print ''; print '';
' . $langs->trans("BillsSuppliers") . '' . $facturefournisseur_static->getNomUrl(1) . '
Ligne
' . $langs->trans("Line") . '' . stripslashes(nl2br($objp->description)) . '
' . $langs->trans("ProductLabel") . '' . dol_trunc($objp->product_label, 24) . '