mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Merge pull request #25009 from atm-maxime/fix_mails_template_list
Fix mails template list colspan when no records
This commit is contained in:
@@ -1306,7 +1306,7 @@ if ($num) {
|
||||
|
||||
// If no record found
|
||||
if ($nbqualified == 0) {
|
||||
$colspan = 10;
|
||||
$colspan = 12;
|
||||
print '<tr><td colspan="'.$colspan.'"><span class="opacitymedium">'.$langs->trans("NoRecordFound").'</span></td></tr>';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user