From b053663fe61e68f6be96fabbc7978b644712da07 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 5 Oct 2019 13:13:11 +0200 Subject: [PATCH] Look and feel v11 --- htdocs/ticket/card.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/htdocs/ticket/card.php b/htdocs/ticket/card.php index 690c01644e0..61304aaf561 100644 --- a/htdocs/ticket/card.php +++ b/htdocs/ticket/card.php @@ -1195,7 +1195,10 @@ if (empty($action) || $action == 'view' || $action == 'addlink' || $action == 'd } print ''."\n"; } - + else + { + print '
'; + } // Select mail models is same action as presend if (GETPOST('modelselected')) { @@ -1261,7 +1264,7 @@ if (empty($action) || $action == 'view' || $action == 'addlink' || $action == 'd foreach ($substitutionarray as $key => $val) { $help.=$key.' -> '.$langs->trans($val).'
'; } - $morehtmlright.=$form->textwithpicto($langs->trans("TicketMessageSubstitutionReplacedByGenericValues"), $help); + $morehtmlright.=$form->textwithpicto(''.$langs->trans("TicketMessageSubstitutionReplacedByGenericValues").'', $help, 1, 'helpclickable', '', 0, 3, 'helpsubstitution'); print '
'; print load_fiche_titre($langs->trans('TicketAddMessage'), $morehtmlright, 'messages@ticket');