Author: jablko
Date: Wed Oct 13 23:38:02 2010
New Revision: 8115
Log:
Update checkbox name and value, fixes issue 1794
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 23:36:10 2010 (r8114)
+++ trunk/apps/qubit/modules/informationobject/templates/_relatedEvents.php
Wed Oct 13 23:38:02 2010 (r8115)
@@ -29,7 +29,7 @@
<?php echo date_display($item) ?>
</div>
</td><td style="text-align: right">
- <input type="checkbox" name="deleteEvents[<?php echo $item->id ?>]"
value="delete" class="multiDelete"/>
+ <input class="multiDelete" name="deleteEvents[]" type="checkbox"
value="<?php echo $item->id ?>"/>
</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.