Look and feel v12

This commit is contained in:
Laurent Destailleur 2021-01-23 12:18:07 +01:00
parent 2acf2353a3
commit 86e853f27d

View File

@ -298,7 +298,7 @@ if (!empty($conf->banque->enabled))
if ($object->fk_account > 0) {
print $bankline->getNomUrl(1, 0, 'showconciliatedandaccounted');
} else {
print $langs->trans("NoRecordFoundIBankcAccount", $langs->transnoentities("Module85Name"));
print '<span class="opacitymedium">'.$langs->trans("NoRecordFoundIBankcAccount", $langs->transnoentities("Module85Name")).'</span>';
}
print '</td>';
print '</tr>';