Ajout texte aide pour eviter incompréhension
This commit is contained in:
parent
dc06d8ca46
commit
f3b82ce40f
@ -56,10 +56,13 @@ if (isset($_POST["action"]) && $_POST["action"] == 'update')
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
$html=new Form($db);
|
||||||
|
|
||||||
llxHeader();
|
llxHeader();
|
||||||
|
|
||||||
print_fiche_titre($langs->trans("LimitsSetup"),'','setup');
|
print_fiche_titre($langs->trans("LimitsSetup"),'','setup');
|
||||||
|
|
||||||
|
|
||||||
print $langs->trans("LimitsDesc")."<br>\n";
|
print $langs->trans("LimitsDesc")."<br>\n";
|
||||||
print "<br>\n";
|
print "<br>\n";
|
||||||
|
|
||||||
@ -67,8 +70,6 @@ if ($mesg) print $mesg.'<br>';
|
|||||||
|
|
||||||
if (isset($_GET["action"]) && $_GET["action"] == 'edit')
|
if (isset($_GET["action"]) && $_GET["action"] == 'edit')
|
||||||
{
|
{
|
||||||
$html=new Form($db);
|
|
||||||
|
|
||||||
print '<form method="post" action="'.$_SERVER["PHP_SELF"].'">';
|
print '<form method="post" action="'.$_SERVER["PHP_SELF"].'">';
|
||||||
print '<input type="hidden" name="action" value="update">';
|
print '<input type="hidden" name="action" value="update">';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user