This commit is contained in:
Laurent Destailleur 2019-12-17 03:09:50 +01:00
parent 138215fc3f
commit 211c135c2c

View File

@ -133,7 +133,7 @@ if ($object->id)
print '<div class="fichecenter">';
print '<div class="underbanner clearboth"></div>';
print '<table class="border centpercent">';
print '<table class="border centpercent tableforfield">';
// Number of files
print '<tr><td class="titlefield">'.$langs->trans("NbOfAttachedFiles").'</td><td colspan="3">'.count($filearray).'</td></tr>';