From 9b2da5bdaea11ec48165165b3e853ce576913294 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 29 Mar 2020 00:53:35 +0100 Subject: [PATCH] FIX Missing token --- htdocs/ticket/index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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;