From 00e40bd02dd7fad93c44093659e201e1b46c8bba Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Sat, 30 Apr 2016 00:27:24 -0400 Subject: [PATCH] #356 Add message to rich text editor when passed in via session or get --- admin/new_ticket.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/admin/new_ticket.php b/admin/new_ticket.php index 4d990d4a..2054f833 100644 --- a/admin/new_ticket.php +++ b/admin/new_ticket.php @@ -1168,6 +1168,16 @@ if ($modsForHesk_settings['request_location']) { '; } +// Set the message in the actual text box if rich text is enabled +if ($modsForHesk_settings['rich_text_for_tickets']) { + echo " + + "; +} + hesk_cleanSessionVars('iserror'); hesk_cleanSessionVars('isnotice');