Skip to content

Commit

Permalink
Look and feel v11
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Oct 5, 2019
1 parent 031c552 commit b053663
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions htdocs/ticket/card.php
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,10 @@
}
print '</div>'."\n";
}

else
{
print '<br>';
}

// Select mail models is same action as presend
if (GETPOST('modelselected')) {
Expand Down Expand Up @@ -1261,7 +1264,7 @@
foreach ($substitutionarray as $key => $val) {
$help.=$key.' -> '.$langs->trans($val).'<br>';
}
$morehtmlright.=$form->textwithpicto($langs->trans("TicketMessageSubstitutionReplacedByGenericValues"), $help);
$morehtmlright.=$form->textwithpicto('<span class="opacitymedium">'.$langs->trans("TicketMessageSubstitutionReplacedByGenericValues").'</span>', $help, 1, 'helpclickable', '', 0, 3, 'helpsubstitution');

print '<div>';
print load_fiche_titre($langs->trans('TicketAddMessage'), $morehtmlright, 'messages@ticket');
Expand Down

0 comments on commit b053663

Please sign in to comment.