Update card.php

This commit is contained in:
Laurent Destailleur 2022-03-24 12:01:53 +01:00 committed by GitHub
parent fdfbf05705
commit ea4b842c86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2080,7 +2080,7 @@ if ($action == 'create') {
$numline = $i + 1;
if ($action != 'editline' || $line->rowid != GETPOST('rowid', 'int')) {
print '<tr class="oddeven dataline" data-id="'.$line->id.'">';
print '<tr class="oddeven linetr" data-id="'.$line->id.'">';
// Num
print '<td class="center linecollinenb">';