[Rt-commit] r4720 - in rtir/branches/1.9-EXPERIMENTAL: html/RTIR/Search

ruz at bestpractical.com ruz at bestpractical.com
Thu Mar 9 10:50:07 EST 2006


Author: ruz
Date: Thu Mar  9 10:49:54 2006
New Revision: 4720

Modified:
   rtir/branches/1.9-EXPERIMENTAL/   (props changed)
   rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Search/Refine.html

Log:
 r896 at cubic-pc:  cubic | 2006-03-09 13:11:16 +0300
 * properly construct current tab on refine page


Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Search/Refine.html
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Search/Refine.html	(original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Search/Refine.html	Thu Mar  9 10:49:54 2006
@@ -161,6 +161,11 @@
                  );
 $path .= "&$QueryString";
 
+$current_tab ||= 'RTIR/Search/Refine.html?'
+                 . $m->comp( '/Elements/QueryString', Queue => $Queue )
+                 .'&'. $QueryString
+                 .'&'. $m->comp( '/Elements/QueryString', ResultPage => $ResultPage );
+
 </%INIT>
 
 <%ARGS>


More information about the Rt-commit mailing list