From d363fbc04a0b5870fad140e40842a609366d6194 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Mon, 12 Jan 2015 23:24:34 -0500 Subject: [PATCH] #92 Update ticket.php --- ticket.php | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/ticket.php b/ticket.php index 18c4c008..8b5c6ba5 100644 --- a/ticket.php +++ b/ticket.php @@ -1,7 +1,7 @@

'.$hesklang['open_action'].'';} - else {echo ''.$hesklang['close_action'].'';} ?>

+ elseif ($hesk_settings['custclose']) {echo ''.$hesklang['close_action'].'';} ?>

@@ -508,6 +512,20 @@ function print_form()
+
+
+
+ +
+
+ +
+
+