[Rt-commit] r4201 - in rt/branches/3.7-EXPERIMENTAL: . html/Elements

ruz at bestpractical.com ruz at bestpractical.com
Thu Dec 1 14:58:01 EST 2005


Author: ruz
Date: Thu Dec  1 14:57:59 2005
New Revision: 4201

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/html/Elements/RefreshHomepage
Log:
 r1365 at cubic-pc:  cubic | 2005-11-24 15:38:47 +0300
 * use path of the requested component as action


Modified: rt/branches/3.7-EXPERIMENTAL/html/Elements/RefreshHomepage
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Elements/RefreshHomepage	(original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Elements/RefreshHomepage	Thu Dec  1 14:57:59 2005
@@ -43,7 +43,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<form method="get" action="<%$RT::WebPath%>/index.html">
+<form method="get" action="<%$RT::WebPath . $m->request_comp->path %>">
 <& /Elements/Refresh, Name => 'HomeRefreshInterval', Default => $session {'home_refresh_interval'} &>
 <div align="right"><input type="submit" class="button" value="<&|/l&>Go!</&>"></div>
 </form>


More information about the Rt-commit mailing list