Author: jablko
Date: Sun Sep 20 14:20:44 2009
New Revision: 3443
Log:
Fix repository sort link
Modified:
trunk/apps/qubit/modules/informationobject/templates/listSuccess.php
Modified: trunk/apps/qubit/modules/informationobject/templates/listSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/listSuccess.php
Sun Sep 20 14:08:22 2009 (r3442)
+++ trunk/apps/qubit/modules/informationobject/templates/listSuccess.php
Sun Sep 20 14:20:44 2009 (r3443)
@@ -25,7 +25,7 @@
<?php echo link_to(__(sfConfig::get('app_ui_label_repository')),
array('sort' => 'repositoryDown') +
$sf_request->getParameterHolder()->getAll()) ?>
<?php echo image_tag('up.gif', 'style="padding-bottom: 3px;"', __('Sort
up')) ?>
<?php else: ?>
- <?php echo link_to(__(sfConfig::get('app_ui_label_repository')),
array('sort' => 'repositoryUp')) ?>
+ <?php echo link_to(__(sfConfig::get('app_ui_label_repository')),
array('sort' => 'repositoryUp') + $sf_request->getParameterHolder()->getAll())
?>
<?php endif; ?>
<?php if ('repositoryDown' == $sf_request->sort): // multi-repository:
show repository (w/ sorting) ?>
--~--~---------~--~----~------------~-------~--~----~
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.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---