Author: david
Date: Fri Oct 29 14:13:18 2010
New Revision: 8674

Log:
Cosmetic change.

Modified:
   trunk/apps/qubit/modules/oai/templates/harvesterListSuccess.php

Modified: trunk/apps/qubit/modules/oai/templates/harvesterListSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/oai/templates/harvesterListSuccess.php     Fri Oct 
29 13:55:45 2010        (r8673)
+++ trunk/apps/qubit/modules/oai/templates/harvesterListSuccess.php     Fri Oct 
29 14:13:18 2010        (r8674)
@@ -18,9 +18,11 @@
         </div>
       </td><td>
       <?php foreach($rep->getOaiHarvests() as $harvestJob): ?>
-        <?php echo url_for('oai/harvest')?>/next/<?php echo 
$harvestJob->id.'/'?>"><?php echo __('Harvest') ?></a>
+        <?php echo link_to(__('Harvest'), array('module' => 'oai', 'action' => 
'harvest', 'next' => $harvestJob->id)) ?>
       <?php endforeach; ?>
-      </td><td><a href ="<?php echo 
url_for('oai/deleteRepository').'/'.$rep->id.'/'?>"><?php echo __('Delete') 
?></a></td>
+      </td><td>
+        <?php echo link_to(__('Delete'), array('module' => 'oai', 'action' => 
'deleteRepository')) ?>
+      </td>
     </tr>
   <?php endforeach; ?>
   </tbody>

-- 
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