Author: sevein
Date: Mon May 14 11:28:58 2012
New Revision: 11673
Log:
Stop using hideFacets because we ended up showing the facets column in every
case
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
Mon May 14 11:27:02 2012 (r11672)
+++ branches/2.0/apps/qubit/modules/search/templates/advancedSuccess.php
Mon May 14 11:28:58 2012 (r11673)
@@ -47,7 +47,7 @@
<?php if (isset($pager)): ?>
- <?php echo get_partial('search/searchResults', array('pager' => $pager,
'hideFacets' => true)) ?>
+ <?php echo get_partial('search/searchResults', array('pager' => $pager)) ?>
<?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.