Author: jablko
Date: Tue Sep 15 12:01:37 2009
New Revision: 3313

Log:
Add some @title attributes

Modified:
   trunk/apps/qubit/modules/actor/templates/showIsaarSuccess.php
   trunk/apps/qubit/modules/informationobject/templates/showDcSuccess.php
   trunk/apps/qubit/modules/informationobject/templates/showIsadSuccess.php
   trunk/apps/qubit/modules/informationobject/templates/showModsSuccess.php
   trunk/apps/qubit/modules/informationobject/templates/showRadSuccess.php
   trunk/apps/qubit/modules/repository/templates/showIsdiahSuccess.php

Modified: trunk/apps/qubit/modules/actor/templates/showIsaarSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/actor/templates/showIsaarSuccess.php       Tue Sep 
15 11:51:37 2009        (r3312)
+++ trunk/apps/qubit/modules/actor/templates/showIsaarSuccess.php       Tue Sep 
15 12:01:37 2009        (r3313)
@@ -4,7 +4,7 @@
 <tbody>
 
   <tr><td colspan="2" class="headerCell">
-  <?php echo link_to_if(SecurityPriviliges::editCredentials($sf_user, 
'actor'), render_title($actor), array('module' => 'actor', 'action' => 'edit', 
'id' => $actor->id)) ?>
+  <?php echo link_to_if(SecurityPriviliges::editCredentials($sf_user, 
'actor'), render_title($actor), array('module' => 'actor', 'action' => 'edit', 
'id' => $actor->id), array('title' => __('Edit authority record'))) ?>
   </td></tr>
 
 <?php if ($actor->getEntityTypeId()): ?>

Modified: trunk/apps/qubit/modules/informationobject/templates/showDcSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/showDcSuccess.php      
Tue Sep 15 11:51:37 2009        (r3312)
+++ trunk/apps/qubit/modules/informationobject/templates/showDcSuccess.php      
Tue Sep 15 12:01:37 2009        (r3313)
@@ -5,7 +5,7 @@
 
 <tr>
   <td colspan="2" class="headerCell">
-    <?php echo link_to_if(SecurityPriviliges::editCredentials($sf_user, 
'informationObject'), render_title(QubitDc::getLabel($informationObject)), 
array('module' => 'informationobject', 'action' => 'edit', 'id' => 
$informationObject->id)) ?>
+    <?php echo link_to_if(SecurityPriviliges::editCredentials($sf_user, 
'informationObject'), render_title(QubitDc::getLabel($informationObject)), 
array('module' => 'informationobject', 'action' => 'edit', 'id' => 
$informationObject->id), array('title' => __('Edit resource metadata'))) ?>
   </td>
 </tr>
 

Modified: 
trunk/apps/qubit/modules/informationobject/templates/showIsadSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/showIsadSuccess.php    
Tue Sep 15 11:51:37 2009        (r3312)
+++ trunk/apps/qubit/modules/informationobject/templates/showIsadSuccess.php    
Tue Sep 15 12:01:37 2009        (r3313)
@@ -5,7 +5,7 @@
 
 <tr>
   <td colspan="2" class="headerCell">
-    <?php echo link_to_if(SecurityPriviliges::editCredentials($sf_user, 
'informationObject'), render_title(QubitIsad::getLabel($informationObject)), 
array('module' => 'informationobject', 'action' => 'edit', 'id' => 
$informationObject->id)) ?>
+    <?php echo link_to_if(SecurityPriviliges::editCredentials($sf_user, 
'informationObject'), render_title(QubitIsad::getLabel($informationObject)), 
array('module' => 'informationobject', 'action' => 'edit', 'id' => 
$informationObject->id), array('title' => __('Edit archival description'))) ?>
   </td>
 </tr>
 

Modified: 
trunk/apps/qubit/modules/informationobject/templates/showModsSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/showModsSuccess.php    
Tue Sep 15 11:51:37 2009        (r3312)
+++ trunk/apps/qubit/modules/informationobject/templates/showModsSuccess.php    
Tue Sep 15 12:01:37 2009        (r3313)
@@ -5,7 +5,7 @@
 
 <tr>
   <td colspan="2" class="headerCell">
-    <?php echo link_to_if(SecurityPriviliges::editCredentials($sf_user, 
'informationObject'), render_title(QubitMods::getLabel($informationObject)), 
array('module' => 'informationobject', 'action' => 'edit', 'id' => 
$informationObject->id)) ?>
+    <?php echo link_to_if(SecurityPriviliges::editCredentials($sf_user, 
'informationObject'), render_title(QubitMods::getLabel($informationObject)), 
array('module' => 'informationobject', 'action' => 'edit', 'id' => 
$informationObject->id), array('title' => __('Edit resource metadata'))) ?>
   </td>
 </tr>
 

Modified: 
trunk/apps/qubit/modules/informationobject/templates/showRadSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/showRadSuccess.php     
Tue Sep 15 11:51:37 2009        (r3312)
+++ trunk/apps/qubit/modules/informationobject/templates/showRadSuccess.php     
Tue Sep 15 12:01:37 2009        (r3313)
@@ -5,7 +5,7 @@
 
 <tr>
   <td colspan="2" class="headerCell">
-    <?php echo link_to_if(SecurityPriviliges::editCredentials($sf_user, 
'informationObject'), render_title(QubitRad::getLabel($informationObject)), 
array('module' => 'informationobject', 'action' => 'edit', 'id' => 
$informationObject->id)) ?>
+    <?php echo link_to_if(SecurityPriviliges::editCredentials($sf_user, 
'informationObject'), render_title(QubitRad::getLabel($informationObject)), 
array('module' => 'informationobject', 'action' => 'edit', 'id' => 
$informationObject->id), array('title' => __('Edit archival description'))) ?>
   </td>
 </tr>
 

Modified: trunk/apps/qubit/modules/repository/templates/showIsdiahSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/repository/templates/showIsdiahSuccess.php Tue Sep 
15 11:51:37 2009        (r3312)
+++ trunk/apps/qubit/modules/repository/templates/showIsdiahSuccess.php Tue Sep 
15 12:01:37 2009        (r3313)
@@ -4,7 +4,7 @@
 <tbody>
 
   <tr><td colspan="2" class="headerCell">
-  <?php echo link_to_if(SecurityPriviliges::editCredentials($sf_user, 
'repository'), render_title($repository), array('module' => 'repository', 
'action' => 'edit', 'id' => $repository->id)) ?>
+  <?php echo link_to_if(SecurityPriviliges::editCredentials($sf_user, 
'repository'), render_title($repository), array('module' => 'repository', 
'action' => 'edit', 'id' => $repository->id), array('title' => __('Edit 
repository'))) ?>
   </td></tr>
 
 <?php if ($repository->getIdentifier()): ?>

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