diff --git a/htdocs/ticket/index.php b/htdocs/ticket/index.php index 92a931bf15d..180f1a6f4dc 100644 --- a/htdocs/ticket/index.php +++ b/htdocs/ticket/index.php @@ -203,7 +203,8 @@ $stringtoshow = ''; $stringtoshow .= '
'; // hideobject is to start hidden $stringtoshow .= '
'; -$stringtoshow .= ''; +$stringtoshow .= ''; +$stringtoshow .= ''; $stringtoshow .= ''; $stringtoshow .= $langs->trans("Year").' '; $stringtoshow .= ''; @@ -212,7 +213,7 @@ $stringtoshow .= '
'; print '
'; print ''; -print ''; +print ''; print '
'.$langs->trans("Statistics").' '.img_picto('', 'filter.png', 'id="idsubimgDOLUSERCOOKIE_ticket_by_status" class="linkobject"').'
'.$langs->trans("Statistics").' '.$endyear.' '.img_picto('', 'filter.png', 'id="idsubimgDOLUSERCOOKIE_ticket_by_status" class="linkobject"').'
'; print $stringtoshow;