[Rt-commit] [svn] r1342 - rt/branches/3.2-RELEASE/html

alexmv at pallas.eruditorum.org alexmv at pallas.eruditorum.org
Tue Aug 17 20:05:11 EDT 2004


Author: alexmv
Date: Tue Aug 17 20:05:11 2004
New Revision: 1342

Modified:
   rt/branches/3.2-RELEASE/html/index.html
Log:
RT-Ticket: 5823
RT-Update: correspond
RT-Status: resolved

 * Applied patch from bobg at the domain of uic.edu, prefixing refresh
   form's url with $RT::WebPath


Modified: rt/branches/3.2-RELEASE/html/index.html
==============================================================================
--- rt/branches/3.2-RELEASE/html/index.html	(original)
+++ rt/branches/3.2-RELEASE/html/index.html	Tue Aug 17 20:05:11 2004
@@ -86,7 +86,7 @@
 <TD class="boxcontainer">
 <& /Elements/Quicksearch &>
 <BR>
-<form method=get action="index.html">
+<form method=get action="<%$RT::WebPath%>/index.html">
 <& /Elements/Refresh, Name => 'HomeRefreshInterval', Default => $session {'home_refresh_interval'} &>
 <div align=right><input type=submit value="<&|/l&>Go!</&>"></div>
 </form>


More information about the Rt-commit mailing list