🚀 RELEASE: HESK v3.1.1

Signed-off-by: Luke Tainton <Luke.Tainton@mail.bcu.ac.uk>
This commit is contained in:
Luke Tainton
2020-06-27 10:54:38 +01:00
committed by Luke Tainton
parent d7fc040b1e
commit e0d6aa511b
175 changed files with 6334 additions and 6073 deletions

View File

@@ -101,11 +101,19 @@ if (!defined('IN_SCRIPT')) {
<?php endforeach; ?>
</table>
<?php if (count($ticket['notes'])): ?>
<?php foreach ($ticket['notes'] as $note): ?>
<p><?php echo $hesklang['noteby']; ?> <b><?php echo ($note['name'] ? $note['name'] : $hesklang['e_udel']); ?></b></i> - <?php echo hesk_date($note['dt'], true); ?><br>
<?php echo strlen($note['message']) ? $note['message'] : '<i>no message</i>'; ?></p>
<?php endforeach; ?>
<?php endif; ?>
<?php if ($ticket['message'] != ''): ?>
<p><?php echo $ticket['message']; ?></p>
<?php endif; ?>
<?php foreach ($ticket['replies'] as $reply): ?>
<hr>
<table border="0">
<tr>
<td><?php echo $hesklang['date']; ?>:</td>