Author: jablko
Date: Wed Oct 13 20:33:15 2010
New Revision: 8096

Log:
Cosmetic change

Modified:
   trunk/apps/qubit/modules/informationobject/templates/_relatedEvents.php

Modified: 
trunk/apps/qubit/modules/informationobject/templates/_relatedEvents.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/_relatedEvents.php     
Wed Oct 13 19:52:35 2010        (r8095)
+++ trunk/apps/qubit/modules/informationobject/templates/_relatedEvents.php     
Wed Oct 13 20:33:15 2010        (r8096)
@@ -13,7 +13,7 @@
     </tr>
   </thead><tbody>
     <?php foreach ($resource->events as $item): ?>
-      <tr class="<?php echo 'related_obj_'.$item->id ?>" id="<?php echo 
url_for(array($item, 'module' => 'event')) ?>">
+      <tr class="related_obj_<?php echo $item->id ?>" id="<?php echo 
url_for(array($item, 'module' => 'event')) ?>">
         <td>
           <div>
             <?php if (isset($item->actor)): ?>

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