[Rt-commit] r2043 - rtir/branches/1.1-TESTING/html/RTIR/Incident

jesse at bestpractical.com jesse at bestpractical.com
Thu Jan 6 15:26:15 EST 2005


Author: jesse
Date: Thu Jan  6 15:26:14 2005
New Revision: 2043

Modified:
   rtir/branches/1.1-TESTING/html/RTIR/Incident/LinkToIncident.html
Log:
Fixing a basepath issue reported by Peter Haag



Modified: rtir/branches/1.1-TESTING/html/RTIR/Incident/LinkToIncident.html
==============================================================================
--- rtir/branches/1.1-TESTING/html/RTIR/Incident/LinkToIncident.html	(original)
+++ rtir/branches/1.1-TESTING/html/RTIR/Incident/LinkToIncident.html	Thu Jan  6 15:26:14 2005
@@ -40,8 +40,8 @@
    QueryString => $QueryString,
 &>
 
-<form action='/RTIR/Incident/Display.html' method=get>
-<input type=hidden name=child value=<%$id%>>
+<form action="<%$RT::WebPath%>/RTIR/Incident/Display.html" method="post">
+<input type="hidden" name="child" value=<%$id%>>
 
 <& /RTIR/Search/Elements/ShowResults, 
     Queue => $Queue,


More information about the Rt-commit mailing list