Author: sevein
Date: Tue Jul 12 10:51:34 2011
New Revision: 9295

Log:
Rename labels, update links

Modified:
   trunk/plugins/qtAccessionPlugin/modules/donor/templates/browseSuccess.php

Modified: 
trunk/plugins/qtAccessionPlugin/modules/donor/templates/browseSuccess.php
==============================================================================
--- trunk/plugins/qtAccessionPlugin/modules/donor/templates/browseSuccess.php   
Tue Jul 12 10:50:45 2011        (r9294)
+++ trunk/plugins/qtAccessionPlugin/modules/donor/templates/browseSuccess.php   
Tue Jul 12 10:51:34 2011        (r9295)
@@ -2,7 +2,7 @@
 
 <div class="section tabs">
 
-  <h2 class="element-invisible"><?php echo __('Accession browse options') 
?></h2>
+  <h2 class="element-invisible"><?php echo __('Donor browse options') ?></h2>
 
   <div class="content">
     <ul class="clearfix links">
@@ -13,7 +13,7 @@
 
 </div>
 
-<h1><?php echo __('Browse accession') ?></h1>
+<h1><?php echo __('Browse donor') ?></h1>
 
 <table class="sticky-enabled">
   <thead>
@@ -41,7 +41,7 @@
     <?php foreach ($pager->getResults() as $item): ?>
       <tr class="<?php echo 0 == ++$row % 2 ? 'even' : 'odd' ?>">
         <td>
-          <?php echo link_to(render_title($item), array($item, 'module' => 
'accession')) ?>
+          <?php echo link_to(render_title($item), array($item, 'module' => 
'donor')) ?>
         </td>
         <?php if (!in_array($sf_request->sort, array('nameDown', 'nameUp'))): 
?>
           <td>
@@ -56,8 +56,8 @@
 <?php echo get_partial('default/pager', array('pager' => $pager)) ?>
 
 <div class="search">
-  <form action="<?php echo url_for(array('module' => 'accession', 'action' => 
'list')) ?>">
+  <form action="<?php echo url_for(array('module' => 'donor', 'action' => 
'list')) ?>">
     <input name="subquery" value="<?php echo 
esc_entities($sf_request->subquery) ?>"/>
-    <input class="form-submit" type="submit" value="<?php echo __('Search 
accession') ?>"/>
+    <input class="form-submit" type="submit" value="<?php echo __('Search 
donor') ?>"/>
   </form>
 </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.com/group/qubit-commits?hl=en.

Reply via email to