diff --git a/htdocs/admin/limits.php b/htdocs/admin/limits.php index 90445f68a28..f04dd6df440 100644 --- a/htdocs/admin/limits.php +++ b/htdocs/admin/limits.php @@ -56,10 +56,13 @@ if (isset($_POST["action"]) && $_POST["action"] == 'update') } +$html=new Form($db); + llxHeader(); print_fiche_titre($langs->trans("LimitsSetup"),'','setup'); + print $langs->trans("LimitsDesc")."
\n"; print "
\n"; @@ -67,8 +70,6 @@ if ($mesg) print $mesg.'
'; if (isset($_GET["action"]) && $_GET["action"] == 'edit') { - $html=new Form($db); - print '
'; print '';