[Rt-commit] [svn] r876 - in rt/trunk: . html/Search/Elements
jesse at pallas.eruditorum.org
jesse at pallas.eruditorum.org
Wed May 12 02:46:26 EDT 2004
Author: jesse
Date: Wed May 12 02:46:25 2004
New Revision: 876
Modified:
rt/trunk/ (props changed)
rt/trunk/html/Search/Elements/PickRestriction
Log:
----------------------------------------------------------------------
r1545 at tinbook: jesse | 2004-05-12T06:45:50.218931Z
PickRestriction needed the absolute path fix
----------------------------------------------------------------------
Modified: rt/trunk/html/Search/Elements/PickRestriction
==============================================================================
--- rt/trunk/html/Search/Elements/PickRestriction (original)
+++ rt/trunk/html/Search/Elements/PickRestriction Wed May 12 02:46:25 2004
@@ -21,7 +21,7 @@
%#
%#
%# END LICENSE BLOCK
-<FORM ACTION="Listing.html" METHOD="GET">
+<FORM ACTION="<%$RT::WebPath%>/Search/Listing.html" METHOD="GET">
<INPUT TYPE=HIDDEN NAME="Bookmark" VALUE="<% $session{'tickets'}->FreezeLimits()%>">
<& /Elements/TitleBoxStart, title => loc('Refine search')&>
<INPUT TYPE=HIDDEN NAME="CompileRestriction" VALUE=1>
More information about the Rt-commit
mailing list