Author: sevein
Date: Sat Apr 28 21:52:59 2012
New Revision: 11544

Log:
Send hideFacets when the search is advanced

Modified:
   branches/2.0/apps/qubit/modules/search/templates/advancedSuccess.php

Modified: branches/2.0/apps/qubit/modules/search/templates/advancedSuccess.php
==============================================================================
--- branches/2.0/apps/qubit/modules/search/templates/advancedSuccess.php        
Sat Apr 28 21:52:23 2012        (r11543)
+++ branches/2.0/apps/qubit/modules/search/templates/advancedSuccess.php        
Sat Apr 28 21:52:59 2012        (r11544)
@@ -20,6 +20,7 @@
   </h1>
 
   <div class="row">
+
     <div class="span12">
 
       <div id="content">
@@ -31,6 +32,7 @@
       </div>
 
     </div>
+
   </div>
 
   <?php if (isset($error)): ?>
@@ -45,7 +47,7 @@
 
   <?php if (isset($pager)): ?>
 
-    <?php echo get_partial('search/searchResults', array('pager' => $pager)) ?>
+    <?php echo get_partial('search/searchResults', array('pager' => $pager, 
'hideFacets' => true)) ?>
 
   <?php endif; ?>
 

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to