2
0
forked from Wavyzz/dolibarr

Look and feel v10

This commit is contained in:
Laurent Destailleur
2019-03-29 13:26:26 +01:00
parent f1db09fc4f
commit 1b2826f476
28 changed files with 33 additions and 33 deletions

View File

@@ -160,7 +160,7 @@ if ($id > 0 || ! empty($ref))
print '<div class="fichecenter">';
print '<div class="underbanner clearboth"></div>';
print '<table class="border" width="100%">';
print '<table class="border tableforfield centpercent">';
print '<tr><td class="titlefield">'.$langs->trans("NbOfAttachedFiles").'</td><td colspan="3">'.count($filearray).'</td></tr>';
print '<tr><td>'.$langs->trans("TotalSizeOfAttachedFiles").'</td><td colspan="3">'.dol_print_size($totalsize, 1, 1).'</td></tr>';