mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Clean code
This commit is contained in:
@@ -1957,6 +1957,11 @@ function show_actions_done($conf, $langs, $db, $filterobj, $objcon = '', $noprin
|
||||
$out .= "</tr>\n";
|
||||
$i++;
|
||||
}
|
||||
if (empty($histo)) {
|
||||
$colspan = 9;
|
||||
$out .= '<tr><td colspan="'.$colspan.'"><span class="opacitymedium">'.$langs->trans("NoRecordFound").'</span></td></tr>';
|
||||
}
|
||||
|
||||
$out .= "</table>\n";
|
||||
$out .= "</div>\n";
|
||||
|
||||
|
||||
@@ -878,6 +878,10 @@ function show_ticket_messaging($conf, $langs, $db, $filterobj, $objcon = '', $no
|
||||
}
|
||||
|
||||
$out .= "</ul>\n";
|
||||
|
||||
if (empty($histo)) {
|
||||
$out .= '<span class="opacitymedium">'.$langs->trans("NoRecordFound").'</span>';
|
||||
}
|
||||
}
|
||||
|
||||
if ($noprint) {
|
||||
|
||||
Reference in New Issue
Block a user