Author: david
Date: Fri Oct 28 09:10:46 2011
New Revision: 10224

Log:
Rollback r10223 - step away from the rabbit hole

Modified:
   trunk/apps/qubit/modules/contactinformation/templates/_edit.php

Modified: trunk/apps/qubit/modules/contactinformation/templates/_edit.php
==============================================================================
--- trunk/apps/qubit/modules/contactinformation/templates/_edit.php     Thu Oct 
27 17:16:35 2011        (r10223)
+++ trunk/apps/qubit/modules/contactinformation/templates/_edit.php     Fri Oct 
28 09:10:46 2011        (r10224)
@@ -18,7 +18,7 @@
     </caption><thead>
       <tr>
         <th style="width: 60%">
-          <?php echo __('Contact information') ?>
+          <?php echo __('Contact person') ?>
         </th><th style="width: 15%">
           <?php echo __('Primary') ?>
         </th><th style="text-align: center; width: 10%">
@@ -29,7 +29,7 @@
       <?php foreach ($resource->contactInformations as $item): ?>
         <tr class="<?php echo 0 == @++$row % 2 ? 'even' : 'odd' ?> 
related_obj_<?php echo $item->id ?>" id="<?php echo url_for(array($item, 
'module' => 'contactinformation')) ?>">
           <td>
-            <?php echo $item->getContactInformationString() ?>
+            <?php echo $item->contactPerson ?>
           </td><td>
             <input type="checkbox"<?php echo $item->primaryContact ? " 
checked=\"checked\"" : "" ?> disabled="disabled" />
           </td><td style="text-align: center">

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