[Rt-commit] [svn] r1024 - rt/trunk/html/Ticket/Elements
alexmv at pallas.eruditorum.org
alexmv at pallas.eruditorum.org
Mon Jun 7 16:25:29 EDT 2004
Author: alexmv
Date: Mon Jun 7 16:25:29 2004
New Revision: 1024
Modified:
rt/trunk/html/Ticket/Elements/ShowHistory
Log:
RT-Ticket: 5708
RT-Action: comment
RT-Status: resolved
* The "show headers" links need to default to providing an absolute
path to Display.html, so the links don't break after quicksearch
Modified: rt/trunk/html/Ticket/Elements/ShowHistory
==============================================================================
--- rt/trunk/html/Ticket/Elements/ShowHistory (original)
+++ rt/trunk/html/Ticket/Elements/ShowHistory Mon Jun 7 16:25:29 2004
@@ -115,7 +115,7 @@
</%INIT>
<%ARGS>
-$URIFile => 'Display.html'
+$URIFile => $RT::WebPath."/Ticket/Display.html"
$Ticket => undef
$Attachments => undef
$AttachmentContent => undef
More information about the Rt-commit
mailing list