FIX Look and feel search v18

This commit is contained in:
Laurent Destailleur
2023-09-10 22:04:28 +02:00
parent 438fc3c810
commit fd34d60da3

View File

@@ -621,6 +621,10 @@ if ($mode == 'searchkey') {
print '</td></tr>'."\n";
}
if (empty($recordtoshow)) {
print '<tr><td colspan="4"><span class="opacitymedium">'.$langs->trans("NoRecordFound").'</span></td></tr>';
}
print '</table>';
print '</div>';
}