diff --git a/htdocs/admin/dict.php b/htdocs/admin/dict.php
index 897fcdf7555..ab7eaf73653 100644
--- a/htdocs/admin/dict.php
+++ b/htdocs/admin/dict.php
@@ -1238,6 +1238,10 @@ if ($id)
print $tdsoffields;
+ // Line to enter new values
+ print '';
+ print '
';
+
$obj = new stdClass();
// If data was already input, we define them in obj to populate input fields.
if (GETPOST('actionadd'))
@@ -1256,9 +1260,6 @@ if ($id)
if ($id == 3) unset($fieldlist[2]); // Remove field ??? if dictionary Regions
- // Line to enter new values
- print '';
- print '
';
if (empty($reshook))
{