From b44d5de58e4793fd4a6cee56317e5ab6725d902c Mon Sep 17 00:00:00 2001 From: Grand Philippe Date: Fri, 22 Mar 2013 09:38:48 +0100 Subject: [PATCH] display enhancement and normalize --- htdocs/admin/taxes.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/htdocs/admin/taxes.php b/htdocs/admin/taxes.php index bf5e0db26a6..8e547bd4e21 100644 --- a/htdocs/admin/taxes.php +++ b/htdocs/admin/taxes.php @@ -121,6 +121,17 @@ $form=new Form($db); $linkback=''.$langs->trans("BackToModuleList").''; print_fiche_titre($langs->trans('TaxSetup'),$linkback,'setup'); +print '
'; + +$h = 0; + +$head[$h][0] = DOL_URL_ROOT."/admin/taxes.php"; +$head[$h][1] = $langs->trans("Miscellanous"); +$head[$h][2] = 'general'; +$hselected=$h; +$h++; + +dol_fiche_head($head, $hselected, $langs->trans("ModuleSetup")); print '
';