diff --git a/htdocs/admin/menus/edit.php b/htdocs/admin/menus/edit.php index e29b47daeab..5fc39432c8e 100644 --- a/htdocs/admin/menus/edit.php +++ b/htdocs/admin/menus/edit.php @@ -276,6 +276,8 @@ if ($action == 'create') print '
'; print ''; + dol_fiche_head(); + print ''; // Id @@ -369,8 +371,10 @@ if ($action == 'create') print '
'; + dol_fiche_end(); + // Boutons - print '
'; + print '
'; print ''; print '     '; print ''; @@ -388,6 +392,8 @@ elseif ($action == 'edit') print ''; print ''; + dol_fiche_head(); + print ''; $menu = new Menubase($db); @@ -455,8 +461,10 @@ elseif ($action == 'edit') print '
'; + dol_fiche_end(); + // Bouton - print '
'; + print '
'; print ''; print '     '; print '';