Author: sevein
Date: Mon Sep 19 15:35:20 2011
New Revision: 9760

Log:
Show contact name first

Modified:
   trunk/apps/qubit/modules/actor/templates/_contactInformation.php

Modified: trunk/apps/qubit/modules/actor/templates/_contactInformation.php
==============================================================================
--- trunk/apps/qubit/modules/actor/templates/_contactInformation.php    Mon Sep 
19 14:00:12 2011        (r9759)
+++ trunk/apps/qubit/modules/actor/templates/_contactInformation.php    Mon Sep 
19 15:35:20 2011        (r9760)
@@ -1,3 +1,7 @@
+<div class="agent">
+  <?php echo render_value($contactInformation->contactPerson) ?>
+</div>
+
 <div class="adr">
 
   <div class="field">
@@ -65,10 +69,6 @@
   </div>
 </div>
 
-<div class="agent">
-  <?php echo render_value($contactInformation->contactPerson) ?>
-</div>
-
 <div class="note">
   <?php echo render_value($contactInformation->getNote(array('cultureFallback' 
=> true))) ?>
 </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.com/group/qubit-commits?hl=en.

Reply via email to