Update index.php

This commit is contained in:
Frédéric FRANCE 2019-10-24 23:00:14 +02:00 committed by GitHub
parent 2814a5c07b
commit 3c2db7ba79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -210,6 +210,7 @@ $stringtoshow .= '<input type="image" alt="' . $langs->trans("Refresh") . '" src
$stringtoshow .= '</form>';
$stringtoshow .= '</div>';
print '<div class="div-table-responsive-no-min">';
print '<table class="noborder" width="100%">';
print '<tr class="liste_titre"><th >' . $langs->trans("Statistics") . ' ' . img_picto('', 'filter.png', 'id="idsubimgDOLUSERCOOKIE_ticket_by_status" class="linkobject"') . '</th></tr>';
@ -257,6 +258,7 @@ if (! empty($dataseries) && count($dataseries) > 1) {
print '</td></tr>';
print '</table>';
print '</div>';
// Build graphic number of object
$data = $stats->getNbByMonth($endyear, $startyear);