Update list.php
This commit is contained in:
parent
bcc41c2a33
commit
b424fc6e27
@ -505,8 +505,13 @@ foreach ($accounts as $key=>$type)
|
|||||||
if ($result<0) {
|
if ($result<0) {
|
||||||
setEventMessages($objecttmp->error, $objecttmp->errors, 'errors');
|
setEventMessages($objecttmp->error, $objecttmp->errors, 'errors');
|
||||||
} else {
|
} else {
|
||||||
print $result->nbtodo;
|
print '<span class="badge badge-info classfortooltip" title="'.dol_htmlentities($langs->trans("TransactionsToConciliate")).'">'.$result->nbtodo.'</span>';
|
||||||
if ($result->nbtodolate) print ' ('.$result->nbtodolate.img_warning($langs->trans("Late")).')';
|
if ($result->nbtodolate) {
|
||||||
|
print ' ';
|
||||||
|
print '<span title="'.dol_htmlentities($langs->trans("Late")).'" class="classfortooltip badge badge-danger">';
|
||||||
|
print '<i class="fa fa-exclamation-triangle"></i> '.$result->nbtodolate;
|
||||||
|
print '</span>';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else print $langs->trans("FeatureDisabled");
|
else print $langs->trans("FeatureDisabled");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user