[Rt-commit] r9804 - rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Search/Elements

ruz at bestpractical.com ruz at bestpractical.com
Mon Dec 3 11:20:19 EST 2007


Author: ruz
Date: Mon Dec  3 11:20:17 2007
New Revision: 9804

Modified:
   rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Search/Elements/RefineTabs

Log:
* add 'Results' subtab to all /RTIR/Search/Elements/RefineTabs
  when a tab with subtabs is used, now it's only merge

Modified: rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Search/Elements/RefineTabs
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Search/Elements/RefineTabs	(original)
+++ rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Search/Elements/RefineTabs	Mon Dec  3 11:20:17 2007
@@ -109,6 +109,10 @@
 # XXX: there is no way to mark refine subtab active
 #        $subtabs->{'current_subtab'} = $refine_path if $current_subtab_active;
         $subtabs->{'_a'} = {
+            path => $path,
+            title => loc('Results'),
+        };
+        $subtabs->{'_b'} = {
             path => $refine_path,
             title => loc('Refine'),
         };


More information about the Rt-commit mailing list