mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-14 08:54:21 +01:00
FIX Look and feel search v18
This commit is contained in:
@@ -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>';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user