Fix: Div mal fermé
This commit is contained in:
parent
43f9a7936c
commit
d4d8ae46a7
@ -358,13 +358,14 @@ if ($_GET["action"] == 'create')
|
|||||||
|
|
||||||
print '<tr><td colspan="2" align="center"><input type="submit" value="'.$langs->trans("Create").'"></td></tr>';
|
print '<tr><td colspan="2" align="center"><input type="submit" value="'.$langs->trans("Create").'"></td></tr>';
|
||||||
print "</form>\n";
|
print "</form>\n";
|
||||||
print "</table><br>\n";
|
print "</table>\n";
|
||||||
|
|
||||||
if ($propalid)
|
if ($propalid)
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* Produits
|
* Produits
|
||||||
*/
|
*/
|
||||||
|
print '<br>';
|
||||||
print_titre($langs->trans("Products"));
|
print_titre($langs->trans("Products"));
|
||||||
|
|
||||||
print '<table class="noborder" width="100%">';
|
print '<table class="noborder" width="100%">';
|
||||||
@ -426,6 +427,8 @@ if ($_GET["action"] == 'create')
|
|||||||
{
|
{
|
||||||
dolibarr_print_error($db);
|
dolibarr_print_error($db);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
print '</div>';
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
/* *************************************************************************** */
|
/* *************************************************************************** */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user