Author: david
Date: Fri Oct 21 12:45:56 2011
New Revision: 10157

Log:
Set print page to 100 results default

Modified:
   trunk/apps/qubit/modules/search/templates/indexSuccess.php

Modified: trunk/apps/qubit/modules/search/templates/indexSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/search/templates/indexSuccess.php  Fri Oct 21 
11:34:37 2011        (r10156)
+++ trunk/apps/qubit/modules/search/templates/indexSuccess.php  Fri Oct 21 
12:45:56 2011        (r10157)
@@ -8,7 +8,7 @@
   <div id="action-icons">
     <?php echo link_to(
       image_tag('printer-icon.png', array('alt' => __('Print'))),
-        $sf_request->getParameterHolder()->getAll() + array('media' => 
'print'),
+        array_merge($sf_request->getParameterHolder()->getAll(), array('limit' 
=> 100, 'media' => 'print')),
         array('title' => __('Reports'))) ?>
   </div>
 </h1>

-- 
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