CSS
This commit is contained in:
parent
b3b96ddb7a
commit
b051f6e2d1
@ -879,7 +879,7 @@ if ($action == 'create' || $action == 'presend') {
|
||||
if (!empty($object->origin_email)) {
|
||||
$morehtmlref .= '<br>'.$langs->trans("CreatedBy").' : ';
|
||||
$morehtmlref .= img_picto('', 'email', 'class="paddingrightonly"');
|
||||
$morehtmlref .= dol_escape_htmltag($object->origin_email).' <small>('.$langs->trans("TicketEmailOriginIssuer").')</small>';
|
||||
$morehtmlref .= dol_escape_htmltag($object->origin_email).' <small class="hideonsmartphone opacitymedium">('.$langs->trans("TicketEmailOriginIssuer").')</small>';
|
||||
}
|
||||
|
||||
// Thirdparty
|
||||
|
||||
Loading…
Reference in New Issue
Block a user