Author: sevein
Date: Tue Oct 18 23:10:57 2011
New Revision: 10133
Log:
Cosmetic change
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 Tue Oct 18
17:33:00 2011 (r10132)
+++ trunk/apps/qubit/modules/search/templates/indexSuccess.php Tue Oct 18
23:10:57 2011 (r10133)
@@ -1,14 +1,13 @@
<?php use_helper('Text') ?>
<h1 class="do-print">
-<?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>
+ <?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.