Author: jablko
Date: Wed Aug 26 13:43:42 2009
New Revision: 3076
Log:
Drop trailing whitespace before committing functional changes
Modified:
trunk/apps/qubit/modules/actor/templates/listSuccess.php
trunk/apps/qubit/modules/repository/templates/listSuccess.php
Modified: trunk/apps/qubit/modules/actor/templates/listSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/actor/templates/listSuccess.php Tue Aug 25
18:20:10 2009 (r3075)
+++ trunk/apps/qubit/modules/actor/templates/listSuccess.php Wed Aug 26
13:43:42 2009 (r3076)
@@ -16,7 +16,7 @@
<?php endif; ?>
</th><th>
<?php if ($sort == 'typeDown'): ?>
- <?php echo link_to(__('type'),
'actor/list?role='.$role.'&sort=typeUp&page='.$page) ?>
+ <?php echo link_to(__('type'),
'actor/list?role='.$role.'&sort=typeUp&page='.$page) ?>
<?php echo image_tag('down.gif', array('style' => 'padding-bottom:
3px'), 'sort down') ?>
<?php else: ?>
<?php echo link_to(__('type'),
'actor/list?role='.$role.'&sort=typeDown&page='.$page) ?>
@@ -61,4 +61,3 @@
<div class="result-count">
<?php echo __('displaying %1% to %2% of %3% results', array('%1%' =>
$actors->getFirstIndice(), '%2%' => $actors->getLastIndice(), '%3%' =>
$actors->getNbResults())) ?>
</div>
-
Modified: trunk/apps/qubit/modules/repository/templates/listSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/repository/templates/listSuccess.php Tue Aug
25 18:20:10 2009 (r3075)
+++ trunk/apps/qubit/modules/repository/templates/listSuccess.php Wed Aug
26 13:43:42 2009 (r3076)
@@ -96,4 +96,3 @@
<div class="result-count">
<?php echo __('displaying %1% to %2% of %3% results', array('%1%' =>
$repositories->getFirstIndice(), '%2%' => $repositories->getLastIndice(), '%3%'
=> $repositories->getNbResults())) ?>
</div>
-
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---