Ajout texte aide pour eviter incomprhension

This commit is contained in:
Laurent Destailleur 2007-12-14 11:24:01 +00:00
parent dc06d8ca46
commit f3b82ce40f

View File

@ -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")."<br>\n";
print "<br>\n";
@ -67,8 +70,6 @@ if ($mesg) print $mesg.'<br>';
if (isset($_GET["action"]) && $_GET["action"] == 'edit')
{
$html=new Form($db);
print '<form method="post" action="'.$_SERVER["PHP_SELF"].'">';
print '<input type="hidden" name="action" value="update">';