Skip to content
Snippets Groups Projects
Commit 3a25fc78 authored by Peter Rotich's avatar Peter Rotich
Browse files

print: Open print on a new tab/window

parent 70cb1777
No related branches found
No related tags found
No related merge requests found
......@@ -907,7 +907,8 @@ $tcount = $ticket->getThreadEntries($types)->count();
<h3><?php echo __('Ticket Print Options');?></h3>
<a class="close" href=""><i class="icon-remove-circle"></i></a>
<hr/>
<form action="tickets.php?id=<?php echo $ticket->getId(); ?>" method="post" id="print-form" name="print-form">
<form action="tickets.php?id=<?php echo $ticket->getId(); ?>"
method="post" id="print-form" name="print-form" target="_blank">
<?php csrf_token(); ?>
<input type="hidden" name="a" value="print">
<input type="hidden" name="id" value="<?php echo $ticket->getId(); ?>">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment