From f0cc68fcb9d6c3d2024e5df5238101f9b1f65c71 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Sat, 7 Jun 2014 16:14:56 -0400 Subject: [PATCH] Removed dashed line around print button on ticket view --- ticket.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ticket.php b/ticket.php index 0f06534c..4876b8a4 100644 --- a/ticket.php +++ b/ticket.php @@ -704,7 +704,7 @@ function hesk_getCustomerButtons($white=1) $style = 'class="option'.$tmp.'OFF" onmouseover="this.className=\'option'.$tmp.'ON\'" onmouseout="this.className=\'option'.$tmp.'OFF\'"'; /* Print ticket button */ - $options .= ' '.$hesklang['printer_friendly'].' '; + $options .= ' '.$hesklang['printer_friendly'].' '; /* Return generated HTML */ return $options;