Author: david
Date: 2008-11-11 16:21:41 -0800 (Tue, 11 Nov 2008)
New Revision: 1578

Modified:
   trunk/qubit/apps/qubit/modules/actor/templates/editIsaarSuccess.php
   trunk/qubit/apps/qubit/modules/actor/templates/showIsaarSuccess.php
   trunk/qubit/apps/qubit/modules/repository/templates/editIsdiahSuccess.php
   trunk/qubit/apps/qubit/modules/repository/templates/showIsdiahSuccess.php
Log:
Remove entity context text from "list all" button in show & edit ISIDAH 
(repository) and show & edit ISAAR (actor) templates. Fixes issue #488.

Modified: trunk/qubit/apps/qubit/modules/actor/templates/editIsaarSuccess.php
===================================================================
--- trunk/qubit/apps/qubit/modules/actor/templates/editIsaarSuccess.php 
2008-11-12 00:03:58 UTC (rev 1577)
+++ trunk/qubit/apps/qubit/modules/actor/templates/editIsaarSuccess.php 
2008-11-12 00:21:41 UTC (rev 1578)
@@ -277,7 +277,7 @@
 
 <div class="menu-extra">
   <?php echo link_to(__('add new %1%', array('%1%' => 
sfConfig::get('app_ui_label_actor'))), 'actor/createIsaar'); ?>
-  <?php echo link_to(__('list all %1%', array('%1%' => 
sfConfig::get('app_ui_label_actor'))), 'actor/list'); ?>
+  <?php echo link_to(__('list all'), 'actor/list'); ?>
 </div>
 
 </div>

Modified: trunk/qubit/apps/qubit/modules/actor/templates/showIsaarSuccess.php
===================================================================
--- trunk/qubit/apps/qubit/modules/actor/templates/showIsaarSuccess.php 
2008-11-12 00:03:58 UTC (rev 1577)
+++ trunk/qubit/apps/qubit/modules/actor/templates/showIsaarSuccess.php 
2008-11-12 00:21:41 UTC (rev 1578)
@@ -163,5 +163,5 @@
 
 <div class="menu-extra">
   <?php echo link_to(__('add new %1%', array('%1%' => 
sfConfig::get('app_ui_label_actor'))), 'actor/createIsaar'); ?>
-  <?php echo link_to(__('list all %1%', array('%1%' => 
sfConfig::get('app_ui_label_actor'))), 'actor/list'); ?>
+  <?php echo link_to(__('list all'), 'actor/list'); ?>
 </div>

Modified: 
trunk/qubit/apps/qubit/modules/repository/templates/editIsdiahSuccess.php
===================================================================
--- trunk/qubit/apps/qubit/modules/repository/templates/editIsdiahSuccess.php   
2008-11-12 00:03:58 UTC (rev 1577)
+++ trunk/qubit/apps/qubit/modules/repository/templates/editIsdiahSuccess.php   
2008-11-12 00:21:41 UTC (rev 1578)
@@ -422,7 +422,7 @@
 
 <div class="menu-extra">
   <?php echo link_to(__('add new %1%', array('%1%' => 
sfConfig::get('app_ui_label_repository'))), 'repository/createIsdiah'); ?>
-  <?php echo link_to(__('list all %1%', array('%1%' => 
sfConfig::get('app_ui_label_repository'))), 'repository/list'); ?>
+  <?php echo link_to(__('list all'), 'repository/list'); ?>
 </div>
 
 </div>

Modified: 
trunk/qubit/apps/qubit/modules/repository/templates/showIsdiahSuccess.php
===================================================================
--- trunk/qubit/apps/qubit/modules/repository/templates/showIsdiahSuccess.php   
2008-11-12 00:03:58 UTC (rev 1577)
+++ trunk/qubit/apps/qubit/modules/repository/templates/showIsdiahSuccess.php   
2008-11-12 00:21:41 UTC (rev 1578)
@@ -254,5 +254,5 @@
 
 <div class="menu-extra">
   <?php echo link_to(__('add new %1%', array('%1%' => 
sfConfig::get('app_ui_label_repository'))), 'repository/createIsdiah'); ?>
-  <?php echo link_to(__('list all %1%', array('%1%' => 
sfConfig::get('app_ui_label_repository'))), 'repository/list'); ?>
+  <?php echo link_to(__('list all'), 'repository/list'); ?>
 </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
-~----------~----~----~----~------~----~------~--~---

Reply via email to