diff --git a/css/hesk_newStyle.php b/css/hesk_newStyle.php index a879f14b..79f154c4 100644 --- a/css/hesk_newStyle.php +++ b/css/hesk_newStyle.php @@ -98,6 +98,7 @@ font-size: 20px; font-weight: 300; color: #000; + margin-top: 5px; } .ticketEmail { font-size: 14px; diff --git a/ticket.php b/ticket.php index 76c6eb6b..dba649dd 100644 --- a/ticket.php +++ b/ticket.php @@ -319,51 +319,49 @@ require_once(HESK_PATH . 'inc/header.inc.php'); /* Make sure original message is in correct color if newest are on top */ $color = 'class="ticketMessageContainer"'; ?> -
> -
-
-
-
-
+
+
+
+
+
+
- -

:

- - $v) - { - if ($v['use'] && $v['place']==0) - { - echo ' -

'.$v['name'].': '.$ticket[$k].'

'; - } - } - ?> + +

:

+ + $v) + { + if ($v['use'] && $v['place']==0) + { + echo ' +

'.$v['name'].': '.$ticket[$k].'

'; + } + } + ?>
-

:

-


 

+


 

$v) - { - if ($v['use'] && $v['place']) - { - echo ' -

'.$v['name'].': '.$ticket[$k].'

'; - } - } - /* Attachments */ - hesk_listAttachments($ticket['attachments'], $i); - ?> + foreach ($hesk_settings['custom_fields'] as $k=>$v) + { + if ($v['use'] && $v['place']) + { + echo ' +

'.$v['name'].': '.$ticket[$k].'

'; + } + } + /* Attachments */ + hesk_listAttachments($ticket['attachments'], $i); + ?>
- -
> -
+ +
+
-
+
-

:

+

:

-

:

-

+ +

:

+

- -
+ +