From f3b82ce40f17859af76a6c37904cc6be6ce1afa8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 14 Dec 2007 11:24:01 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20texte=20aide=20pour=20eviter=20incompr?= =?UTF-8?q?=E9hension?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/admin/limits.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 '';