From 8473d7280fc3b73308eee7e89e0d1cacbe5697e9 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Wed, 15 Jul 2015 00:03:07 -0400 Subject: [PATCH] #202 Don't allow customers to view markup when entering message --- index.php | 2 +- ticket.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 661b04e6..08c1f934 100644 --- a/index.php +++ b/index.php @@ -587,7 +587,7 @@ if (!$show['show']) { convert_urls : false, theme_advanced_buttons1 : "cut,copy,paste,|,undo,redo,|,formatselect,fontselect,fontsizeselect,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull", - theme_advanced_buttons2 : "sub,sup,|,charmap,|,bullist,numlist,|,outdent,indent,insertdate,inserttime,preview,|,forecolor,backcolor,|,hr,removeformat,visualaid,|,link,unlink,anchor,image,cleanup,code", + theme_advanced_buttons2 : "sub,sup,|,charmap,|,bullist,numlist,|,outdent,indent,insertdate,inserttime,preview,|,forecolor,backcolor,|,hr,removeformat,visualaid,|,link,unlink,anchor,image,cleanup", theme_advanced_buttons3 : "", theme_advanced_toolbar_location : "top", diff --git a/ticket.php b/ticket.php index a3aeecae..f08648fa 100644 --- a/ticket.php +++ b/ticket.php @@ -610,7 +610,7 @@ function hesk_printCustomerReplyForm($reopen=0) convert_urls : false, theme_advanced_buttons1 : "cut,copy,paste,|,undo,redo,|,formatselect,fontselect,fontsizeselect,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull", - theme_advanced_buttons2 : "sub,sup,|,charmap,|,bullist,numlist,|,outdent,indent,insertdate,inserttime,preview,|,forecolor,backcolor,|,hr,removeformat,visualaid,|,link,unlink,anchor,image,cleanup,code", + theme_advanced_buttons2 : "sub,sup,|,charmap,|,bullist,numlist,|,outdent,indent,insertdate,inserttime,preview,|,forecolor,backcolor,|,hr,removeformat,visualaid,|,link,unlink,anchor,image,cleanup", theme_advanced_buttons3 : "", theme_advanced_toolbar_location : "top",