diff --git a/htdocs/categories/edit.php b/htdocs/categories/edit.php index a10823e6098..362c2b324a1 100644 --- a/htdocs/categories/edit.php +++ b/htdocs/categories/edit.php @@ -117,17 +117,14 @@ if ($action == 'update' && $user->rights->categorie->creer) * View */ +$form = new Form($db); + llxHeader("","",$langs->trans("Categories")); print_fiche_titre($langs->trans("ModifCat")); $object->fetch($id); -$form = new Form($db); - -print ''; - -print '
'; print "\n"; print '
'; @@ -136,6 +133,8 @@ print ''; print ''; print ''; +dol_fiche_head(''); + print ''; // Ref @@ -165,13 +164,15 @@ if (empty($reshook) && ! empty($extrafields->attribute_label)) } print '
'; -print '
'; + + +dol_fiche_end(); + print '
'; print '
'; -print '
'; llxFooter();