Author: sevein
Date: Mon Oct 25 01:53:53 2010
New Revision: 8455

Log:
Use url instead of id value, which is expetec by event action.

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     
Mon Oct 25 01:37:23 2010        (r8454)
+++ trunk/apps/qubit/modules/informationobject/templates/_relatedEvents.php     
Mon Oct 25 01:53:53 2010        (r8455)
@@ -31,7 +31,7 @@
             <?php echo 
Qubit::renderDateStartEnd($item->getDateDisplay(array('cultureFallback' => 
true)), $item->startDate, $item->endDate) ?>
           </div>
         </td><td style="text-align: right">
-          <input class="multiDelete" name="deleteEvents[]" type="checkbox" 
value="<?php echo $item->id ?>"/>
+          <input class="multiDelete" name="deleteEvents[]" type="checkbox" 
value="<?php echo url_for(array($item, 'module' => 'event')) ?>"/>
         </td>
       </tr>
     <?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