Author: sevein
Date: Fri Jul 29 12:48:14 2011
New Revision: 9416

Log:
Update path to contactInformation partial

Modified:
   trunk/apps/qubit/modules/actor/templates/deleteContactInformationSuccess.php
   trunk/plugins/sfIsdiahPlugin/modules/sfIsdiahPlugin/templates/editSuccess.php
   
trunk/plugins/sfIsdiahPlugin/modules/sfIsdiahPlugin/templates/indexSuccess.php

Modified: 
trunk/apps/qubit/modules/actor/templates/deleteContactInformationSuccess.php
==============================================================================
--- 
trunk/apps/qubit/modules/actor/templates/deleteContactInformationSuccess.php    
    Fri Jul 29 12:43:46 2011        (r9415)
+++ 
trunk/apps/qubit/modules/actor/templates/deleteContactInformationSuccess.php    
    Fri Jul 29 12:48:14 2011        (r9416)
@@ -1,6 +1,6 @@
 <h1><?php echo __('Are you sure you want to delete this contact information 
from %1%?', array('%1%' => render_title($actor))) ?></h1>
 
-<?php echo get_partial('repository/contactInformation', 
array('contactInformation' => $resource)) ?>
+<?php echo get_partial('actor/contactInformation', array('contactInformation' 
=> $resource)) ?>
 
 <?php echo $form->renderFormTag(url_for(array('module' => 'actor', 'action' => 
'deleteContactInformation', 'id' => $resource->id)), array('method' => 
'delete')) ?>
 

Modified: 
trunk/plugins/sfIsdiahPlugin/modules/sfIsdiahPlugin/templates/editSuccess.php
==============================================================================
--- 
trunk/plugins/sfIsdiahPlugin/modules/sfIsdiahPlugin/templates/editSuccess.php   
    Fri Jul 29 12:43:46 2011        (r9415)
+++ 
trunk/plugins/sfIsdiahPlugin/modules/sfIsdiahPlugin/templates/editSuccess.php   
    Fri Jul 29 12:48:14 2011        (r9416)
@@ -63,7 +63,7 @@
           </tr>
         </table>
 
-        <?php echo get_partial('repository/contactInformation', 
array('contactInformation' => $item)) ?>
+        <?php echo get_partial('actor/contactInformation', 
array('contactInformation' => $item)) ?>
 
       <?php endforeach; ?>
 

Modified: 
trunk/plugins/sfIsdiahPlugin/modules/sfIsdiahPlugin/templates/indexSuccess.php
==============================================================================
--- 
trunk/plugins/sfIsdiahPlugin/modules/sfIsdiahPlugin/templates/indexSuccess.php  
    Fri Jul 29 12:43:46 2011        (r9415)
+++ 
trunk/plugins/sfIsdiahPlugin/modules/sfIsdiahPlugin/templates/indexSuccess.php  
    Fri Jul 29 12:48:14 2011        (r9416)
@@ -56,7 +56,7 @@
           </a>
         <?php endif; ?>
 
-        <?php echo get_partial('repository/contactInformation', 
array('contactInformation' => $item)) ?>
+        <?php echo get_partial('actor/contactInformation', 
array('contactInformation' => $item)) ?>
 
       </div>
     <?php endforeach; ?>

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