HESK v3.2.4

This commit is contained in:
Luke Tainton
2021-11-20 10:45:31 +00:00
parent fd87e36f6b
commit 2c117f14cb
180 changed files with 12764 additions and 12390 deletions

View File

@@ -112,8 +112,8 @@ if (!defined('IN_SCRIPT')) {
<?php endforeach; ?>
<?php endif; ?>
<?php if ($ticket['message'] != ''): ?>
<p><?php echo $ticket['message']; ?></p>
<?php if ($ticket['message_html'] != ''): ?>
<p><?php echo $ticket['message_html']; ?></p>
<?php endif; ?>
<?php foreach ($ticket['replies'] as $reply): ?>
@@ -128,7 +128,7 @@ if (!defined('IN_SCRIPT')) {
<td><?php echo $reply['name']; ?></td>
</tr>
</table>
<p><?php echo $reply['message']; ?></p>
<p><?php echo $reply['message_html']; ?></p>
<?php endforeach; ?>
<div style="page-break-after: always;"><?php echo $hesklang['end_ticket']; ?></div>
<?php endforeach; ?>