From c68e16c087144efb8a146b0aad98a8e84965ddf0 Mon Sep 17 00:00:00 2001 From: Thomas Negre Date: Mon, 28 Feb 2022 18:06:41 +0100 Subject: [PATCH] admin/ticket.php: correct parameters table --- htdocs/admin/ticket.php | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/htdocs/admin/ticket.php b/htdocs/admin/ticket.php index 42a800c9f42..6341e641194 100644 --- a/htdocs/admin/ticket.php +++ b/htdocs/admin/ticket.php @@ -578,14 +578,6 @@ print $form->textwithpicto('', $langs->trans("TicketChooseProductCategoryHelp"), print ''; print ''; -print '
'; - -print '
'; -print ''; -print '
'; - -print ''; - // Define wanted maximum time elapsed before answers to tickets print '
'; print ''; @@ -612,10 +604,14 @@ print $form->textwithpicto('', $langs->trans("TicketsDelayBetweenAnswersHelp"), print ''; print ''; -print '
'; - print '
'; +print '
'; +print ''; +print '
'; + +print ''; + // Admin var of module print load_fiche_titre($langs->trans("Notification"), '', '');