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');