diff --git a/htdocs/admin/menus/edit.php b/htdocs/admin/menus/edit.php index 288cba1c5b9..d7c5a3bf49b 100644 --- a/htdocs/admin/menus/edit.php +++ b/htdocs/admin/menus/edit.php @@ -264,6 +264,7 @@ if ($action == 'create') { print dol_get_fiche_head(); + print '
'; // You can use div-table-responsive-no-min if you dont need reserved height for your table print ''; // Id @@ -371,6 +372,7 @@ if ($action == 'create') { print ''; print '
'.$langs->trans('DetailTarget').'
'; + print '
'; print dol_get_fiche_end(); @@ -388,6 +390,7 @@ if ($action == 'create') { print dol_get_fiche_head(); + print '
'; // You can use div-table-responsive-no-min if you dont need reserved height for your table print ''; $menu = new Menubase($db); @@ -489,7 +492,8 @@ if ($action == 'create') { print ''; // Target - print ''; print '
'.$langs->trans('Target').'
'.$langs->trans('Target').''; + print ''; @@ -497,6 +501,7 @@ if ($action == 'create') { print ''.$langs->trans('DetailTarget').'
'; + print '
'; print dol_get_fiche_end(); diff --git a/htdocs/install/mysql/tables/llx_menu.sql b/htdocs/install/mysql/tables/llx_menu.sql index 52b576411cb..0561dfdf8e5 100644 --- a/htdocs/install/mysql/tables/llx_menu.sql +++ b/htdocs/install/mysql/tables/llx_menu.sql @@ -36,7 +36,7 @@ CREATE TABLE llx_menu url varchar(255) NOT NULL, -- Relative (or absolute) url to go target varchar(100) NULL, -- Target of Url link titre varchar(255) NOT NULL, -- Key for menu translation - prefix varchar(255) NULL, -- prefix + prefix varchar(255) NULL, -- picto langs varchar(100), -- Lang file to load for translation level smallint, -- Deprecated. Not used. perms text, -- Condition to show enabled or disabled