[rt-commit] [svn] r679 - rt/branches/rt-3.1/html/Ticket/Elements

jesse at fsck.com jesse at fsck.com
Tue Apr 6 22:53:21 EDT 2004


Author: jesse
Date: Tue Apr  6 22:53:21 2004
New Revision: 679

Modified:
   rt/branches/rt-3.1/html/Ticket/Elements/ShowTransaction
Log:
Fixing links to ShowEmailRecord to not be relative


Modified: rt/branches/rt-3.1/html/Ticket/Elements/ShowTransaction
==============================================================================
--- rt/branches/rt-3.1/html/Ticket/Elements/ShowTransaction	(original)
+++ rt/branches/rt-3.1/html/Ticket/Elements/ShowTransaction	Tue Apr  6 22:53:21 2004
@@ -122,6 +122,7 @@
 $RowNum => 1
 $AttachPath => $RT::WebPath."/Ticket/Attachment"
 $UpdatePath => $RT::WebPath."/Ticket/Update.html"
+$EmailRecordPath => $RT::WebPath."/Ticket/ShowEmailRecord.html"
 $Attachments => undef
 $AttachmentContent => undef
 $ShowBody => 1
@@ -183,7 +184,7 @@
     @DisplayHeaders = qw(To Cc Bcc);
 
     $titlebar_commands .=
-        "[<a target=\"_blank\" href=\"ShowEmailRecord.html?id="
+        "[<a target=\"_blank\" href=\"$EmailRecordPath?id="
       . $Transaction->Ticket
       . "&Transaction="
       . $Transaction->Id



More information about the Rt-commit mailing list