fix wrong placed close table tag
This commit is contained in:
parent
f6b902ad36
commit
a15de8467c
@ -234,6 +234,7 @@ if ($resql)
|
||||
|
||||
print '<div class="div-table-responsive-no-min">';
|
||||
print '<table class="noborder centpercent">';
|
||||
|
||||
print '<tr class="liste_titre">';
|
||||
print '<th colspan="3">'.$langs->trans("OrdersToProcess").' ';
|
||||
print '<a href="'.DOL_URL_ROOT.'/commande/list.php?search_status='.Commande::STATUS_VALIDATED.','.Commande::STATUS_ACCEPTED.'">';
|
||||
@ -279,10 +280,12 @@ if ($resql)
|
||||
print '</tr>';
|
||||
}
|
||||
|
||||
print "</table></div><br>";
|
||||
} else {
|
||||
print '<tr><td>'.$langs->trans("None").'</td><td></td><td></td></tr>';
|
||||
}
|
||||
|
||||
print "</table></div><br>";
|
||||
|
||||
} else dol_print_error($db);
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user