Clean code
This commit is contained in:
parent
2dd6244482
commit
8929c663fd
@ -1957,6 +1957,11 @@ function show_actions_done($conf, $langs, $db, $filterobj, $objcon = '', $noprin
|
|||||||
$out .= "</tr>\n";
|
$out .= "</tr>\n";
|
||||||
$i++;
|
$i++;
|
||||||
}
|
}
|
||||||
|
if (empty($histo)) {
|
||||||
|
$colspan = 9;
|
||||||
|
$out .= '<tr><td colspan="'.$colspan.'"><span class="opacitymedium">'.$langs->trans("NoRecordFound").'</span></td></tr>';
|
||||||
|
}
|
||||||
|
|
||||||
$out .= "</table>\n";
|
$out .= "</table>\n";
|
||||||
$out .= "</div>\n";
|
$out .= "</div>\n";
|
||||||
|
|
||||||
|
|||||||
@ -878,6 +878,10 @@ function show_ticket_messaging($conf, $langs, $db, $filterobj, $objcon = '', $no
|
|||||||
}
|
}
|
||||||
|
|
||||||
$out .= "</ul>\n";
|
$out .= "</ul>\n";
|
||||||
|
|
||||||
|
if (empty($histo)) {
|
||||||
|
$out .= '<span class="opacitymedium">'.$langs->trans("NoRecordFound").'</span>';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($noprint) {
|
if ($noprint) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user