Author: david
Date: Wed Sep 21 09:56:34 2011
New Revision: 9771
Log:
Show name sort arrow
Modified:
trunk/apps/qubit/modules/physicalobject/templates/browseSuccess.php
Modified: trunk/apps/qubit/modules/physicalobject/templates/browseSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/physicalobject/templates/browseSuccess.php Tue Sep
20 16:30:26 2011 (r9770)
+++ trunk/apps/qubit/modules/physicalobject/templates/browseSuccess.php Wed Sep
21 09:56:34 2011 (r9771)
@@ -9,7 +9,7 @@
<?php echo __('Name') ?>
<?php if ('nameDown' == $sf_request->sort): ?>
<?php echo link_to(image_tag('up.gif'), array('sort' => 'nameUp') +
$sf_request->getParameterHolder()->getAll(), array('title' => __('Sort'))) ?>
- <?php elseif ('nameUp' == $sf_request->sort): ?>
+ <?php else: ?>
<?php echo link_to(image_tag('down.gif'), array('sort' =>
'nameDown') + $sf_request->getParameterHolder()->getAll(), array('title' =>
__('Sort'))) ?>
<?php endif; ?>
</th>
--
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.