[Rt-commit] rt branch, 4.4/ticket-timer, updated. rt-4.2.11-190-gd25b876

Shawn Moore shawn at bestpractical.com
Mon Sep 21 19:56:07 EDT 2015


The branch, 4.4/ticket-timer has been updated
       via  d25b876ac41a12eac126a6bde7b89772fcb60de8 (commit)
      from  0b831f8f96c84bc433ffc88656662929c7f8fe21 (commit)

Summary of changes:
 share/html/Helpers/TicketTimer | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit d25b876ac41a12eac126a6bde7b89772fcb60de8
Author: Shawn M Moore <shawn at bestpractical.com>
Date:   Mon Sep 21 23:55:39 2015 +0000

    Open original ticket in a new window

diff --git a/share/html/Helpers/TicketTimer b/share/html/Helpers/TicketTimer
index b38fe9d..0afc43b 100644
--- a/share/html/Helpers/TicketTimer
+++ b/share/html/Helpers/TicketTimer
@@ -153,7 +153,7 @@ jQuery( function() {
 </script>
 
 <div class="ticket-timer">
-    <div class="ticket-link"><a href="<%RT->Config->Get('WebPath')%>/Ticket/Display.html?id=<%$Ticket->Id%>"><%$Ticket->Id%>: <%$Ticket->Subject%></a></div>
+    <div class="ticket-link"><a target="_blank" href="<%RT->Config->Get('WebPath')%>/Ticket/Display.html?id=<%$Ticket->Id%>"><%$Ticket->Id%>: <%$Ticket->Subject%></a></div>
 
     <div class="readout"></div>
 

-----------------------------------------------------------------------


More information about the rt-commit mailing list