Removed dashed line around print button on ticket view

merge-requests/2/head
Mike Koch 10 years ago
parent 5122aa1f27
commit f0cc68fcb9

@ -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\'"'; $style = 'class="option'.$tmp.'OFF" onmouseover="this.className=\'option'.$tmp.'ON\'" onmouseout="this.className=\'option'.$tmp.'OFF\'"';
/* Print ticket button */ /* Print ticket button */
$options .= '<a href="print.php?track='.$trackingID.$hesk_settings['e_query'].'" title="'.$hesklang['printer_friendly'].'" '.$style.'><span class="glyphicon glyphicon-print"></span> '.$hesklang['printer_friendly'].' </a> '; $options .= '<a href="print.php?track='.$trackingID.$hesk_settings['e_query'].'" title="'.$hesklang['printer_friendly'].'"><span class="glyphicon glyphicon-print"></span> '.$hesklang['printer_friendly'].' </a> ';
/* Return generated HTML */ /* Return generated HTML */
return $options; return $options;

Loading…
Cancel
Save