diff --git a/admin/admin_ticket.php b/admin/admin_ticket.php index 89f2fc8c..ee2ecd65 100644 --- a/admin/admin_ticket.php +++ b/admin/admin_ticket.php @@ -1674,7 +1674,11 @@ function hesk_printTicketReplies() $reply['dt'] = hesk_date($reply['dt'], true); ?>
  • - + + + + +

    @@ -1693,36 +1697,34 @@ function hesk_printTicketReplies()
    - - -
  • -
    -
    -
    -
    -
    - ' . $hesklang['rnh'] . '

    '; - } elseif ($reply['rating'] == 5) { - echo '

    ' . $hesklang['rh'] . '

    '; - } - } - - /* Show "unread reply" message? */ - if ($reply['staffid'] && !$reply['read']) { - echo '

    ' . $hesklang['unread'] . '

    '; - } - ?> +
    -
    + '; echo ''; return; diff --git a/css/mods-for-hesk-new.css b/css/mods-for-hesk-new.css index 600b8c0d..0323be55 100644 --- a/css/mods-for-hesk-new.css +++ b/css/mods-for-hesk-new.css @@ -113,4 +113,8 @@ .file-row p.name { overflow: hidden; text-overflow: ellipsis; +} + +.timeline-footer { + border-top: 1px solid #f4f4f4; } \ No newline at end of file