Author: jablko
Date: Sun Oct 24 13:54:59 2010
New Revision: 8430

Log:
Cosmetic change

Modified:
   trunk/apps/qubit/modules/taxonomy/templates/browseSuccess.php

Modified: trunk/apps/qubit/modules/taxonomy/templates/browseSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/taxonomy/templates/browseSuccess.php       Sun Oct 
24 13:49:02 2010        (r8429)
+++ trunk/apps/qubit/modules/taxonomy/templates/browseSuccess.php       Sun Oct 
24 13:54:59 2010        (r8430)
@@ -5,27 +5,27 @@
     <tr>
       <th>
         <?php if ('termNameUp' == $sf_request->sort): ?>
-          <?php echo link_to(render_title($taxonomy), array('sort' => 
'termNameDown') + $sf_request->getParameterHolder()->getAll()) ?>
-          <?php echo image_tag('up.gif', 'style="padding-bottom: 3px;"', 'sort 
up') ?>
+          <?php echo link_to(render_title($taxonomy), array('sort' => 
'termNameDown') + $sf_request->getParameterHolder()->getAll(), array('title' => 
__('Sort'))) ?>
+          <?php echo image_tag('up.gif') ?>
         <?php else: ?>
 
-          <?php echo link_to(render_title($taxonomy), array('sort' => 
'termNameUp') + $sf_request->getParameterHolder()->getAll()) ?>
+          <?php echo link_to(render_title($taxonomy), array('sort' => 
'termNameUp') + $sf_request->getParameterHolder()->getAll(), array('title' => 
__('Sort'))) ?>
 
           <?php if ('termNameDown' == $sf_request->sort): ?>
-            <?php echo image_tag('down.gif', 'style="padding-bottom: 3px;"', 
'sort down') ?>
+            <?php echo image_tag('down.gif') ?>
           <?php endif; ?>
 
         <?php endif; ?>
       </th><th>
         <?php if ($sf_request->sort == 'hitsDown'): ?>
-          <?php echo link_to(__('Results'), array('sort' => 'hitsUp') + 
$sf_request->getParameterHolder()->getAll()) ?>
-          <?php echo image_tag('down.gif', 'style="padding-bottom: 3px;"', 
'sort down') ?>
+          <?php echo link_to(__('Results'), array('sort' => 'hitsUp') + 
$sf_request->getParameterHolder()->getAll(), array('title' => __('Sort'))) ?>
+          <?php echo image_tag('down.gif') ?>
         <?php else: ?>
 
-          <?php echo link_to(__('Results'), array('sort' => 'hitsDown') + 
$sf_request->getParameterHolder()->getAll()) ?>
+          <?php echo link_to(__('Results'), array('sort' => 'hitsDown') + 
$sf_request->getParameterHolder()->getAll(), array('title' => __('Sort'))) ?>
 
           <?php if ($sf_request->sort == 'hitsUp'): ?>
-            <?php echo image_tag('up.gif', 'style="padding-bottom: 3px;"', 
'sort up') ?>
+            <?php echo image_tag('up.gif') ?>
           <?php endif; ?>
 
         <?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