Author: jablko
Date: Tue Oct 19 16:17:11 2010
New Revision: 8313

Log:
Avoid concatenation in templates

Modified:
   trunk/plugins/sfIsadPlugin/modules/sfIsadPlugin/templates/_event.php

Modified: trunk/plugins/sfIsadPlugin/modules/sfIsadPlugin/templates/_event.php
==============================================================================
--- trunk/plugins/sfIsadPlugin/modules/sfIsadPlugin/templates/_event.php        
Tue Oct 19 16:05:37 2010        (r8312)
+++ trunk/plugins/sfIsadPlugin/modules/sfIsadPlugin/templates/_event.php        
Tue Oct 19 16:17:11 2010        (r8313)
@@ -20,7 +20,7 @@
     </thead><tbody>
 
       <?php foreach ($resource->getDates() as $i => $eventDate): ?>
-        <tr class="<?php echo 'related_obj_'.$eventDate->id ?>">
+        <tr class="related_obj_<?php echo $eventDate->id ?>">
           <td>
             <div class="animateNicely">
               <input type="hidden" name="updateEvents[<?php echo $i ?>][id]" 
value="<?php echo $eventDate->id ?>" />

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