diff --git a/htdocs/admin/dict.php b/htdocs/admin/dict.php index 4460d2206f4..f321029ce98 100644 --- a/htdocs/admin/dict.php +++ b/htdocs/admin/dict.php @@ -686,7 +686,7 @@ if ($id) $fieldlist=explode(',',$tabfield[$id]); - print '
'; + print ''; print ''; print ''; @@ -785,6 +785,7 @@ if ($id) print ''; } + print ''; // List of available values in database dol_syslog("htdocs/admin/dict sql=".$sql, LOG_DEBUG); @@ -872,9 +873,8 @@ if ($id) print ''; if ($action == 'edit' && ($rowid == (! empty($obj->rowid)?$obj->rowid:$obj->code))) { - print ''; + print ''; print ''; - print ''; print ''; print '';