Author: jablko
Date: Wed Oct 27 23:54:32 2010
New Revision: 8604

Log:
Use render_title()

Modified:
   trunk/plugins/sfIsaarPlugin/modules/sfIsaarPlugin/templates/indexSuccess.php

Modified: 
trunk/plugins/sfIsaarPlugin/modules/sfIsaarPlugin/templates/indexSuccess.php
==============================================================================
--- 
trunk/plugins/sfIsaarPlugin/modules/sfIsaarPlugin/templates/indexSuccess.php    
    Wed Oct 27 23:50:50 2010        (r8603)
+++ 
trunk/plugins/sfIsaarPlugin/modules/sfIsaarPlugin/templates/indexSuccess.php    
    Wed Oct 27 23:54:32 2010        (r8604)
@@ -72,7 +72,7 @@
   <div class="field">
     <h3><?php echo __('Related entity') ?></h3>
     <div>
-      <?php echo link_to($relatedActor, array($relatedActor, 'module' => 
'actor')) ?><?php if (isset($relatedActor->datesOfExistence)): ?> <span 
class="note2">(<?php echo 
render_value($relatedActor->getDatesOfExistence(array('cultureFallback' => 
true))) ?>)</span><?php endif; ?>
+      <?php echo link_to(render_title($relatedActor), array($relatedActor, 
'module' => 'actor')) ?><?php if (isset($relatedActor->datesOfExistence)): ?> 
<span class="note2">(<?php echo 
render_value($relatedActor->getDatesOfExistence(array('cultureFallback' => 
true))) ?>)</span><?php endif; ?>
 
       <?php echo render_show(__('Identifier of the related entity'), 
render_value($relatedActor->descriptionIdentifier)) ?>
 

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