mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
QUAL harmonization between statistical sections (#34169)
* QUAL harmonization between statistical sections * Update index.php * Update index.php --------- Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
This commit is contained in:
@@ -261,6 +261,7 @@ print '</table>';
|
||||
print '</form>';
|
||||
print '<br><br>';
|
||||
|
||||
print '<div class="div-table-responsive-no-min">';
|
||||
print '<table class="noborder centpercent">';
|
||||
print '<tr class="liste_titre" height="24">';
|
||||
print '<td class="center">'.$langs->trans("Year").'</td>';
|
||||
@@ -303,7 +304,7 @@ foreach ($data as $val) {
|
||||
print '</table>';
|
||||
|
||||
|
||||
print '</div><div class="fichetwothirdright">';
|
||||
print '</div></div><div class="fichetwothirdright">';
|
||||
|
||||
|
||||
// Show graphs
|
||||
|
||||
Reference in New Issue
Block a user