Author: david
Date: Fri Oct 14 16:40:27 2011
New Revision: 10117
Log:
Add print icon
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 14
16:03:59 2011 (r10116)
+++ trunk/apps/qubit/modules/search/templates/indexSuccess.php Fri Oct 14
16:40:27 2011 (r10117)
@@ -1,6 +1,15 @@
<?php use_helper('Text') ?>
-<h1><?php echo esc_entities($title) ?></h1>
+<h1>
+<?php echo esc_entities($title) ?>
+
+<div id="action-icons">
+ <?php echo link_to(
+ image_tag('printer-icon.png', array('alt' => __('Print'))),
+ $sf_request->getParameterHolder()->getAll() + array('media' => 'print'),
+ array('title' => __('Reports'))) ?>
+</div>
+</h1>
<?php if (isset($error)): ?>
--
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.