parametre template::table et édition de galerie

pull/6/head
Fred Tempez 3 years ago
parent 8b864fe9f9
commit ab8f5b5dca

@ -630,7 +630,9 @@ class template {
$html .= '</thead>';
}
// Pas de tableau d'Id transmis, générer une numérotation
$rowsId = range(0,count($body));
if (empty($rowsId)) {
$rowsId = range(0,count($body));
}
// Début contenu
$j = 0;
foreach($body as $tr) {

Loading…
Cancel
Save