Author: jablko
Date: Tue Oct 19 17:23:52 2010
New Revision: 8324
Log:
Value is URL
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 17:18:51 2010 (r8323)
+++ trunk/plugins/sfIsadPlugin/modules/sfIsadPlugin/templates/_event.php
Tue Oct 19 17:23:52 2010 (r8324)
@@ -27,7 +27,7 @@
<td>
<div class="animateNicely">
<input name="<?php $form->getWidgetSchema()->generateName('id')
?>" type="hidden" value="<?php echo $item->id ?>"/>
- <?php echo $form->getWidgetSchema()->renderField('type',
$item->type) ?>
+ <?php echo $form->getWidgetSchema()->renderField('type',
url_for(array($item->type, 'module' => 'term'))) ?>
</div>
</td><td>
<div class="animateNicely">
@@ -43,7 +43,7 @@
</div>
</td><td style="text-align: right">
<div class="animateNicely">
- <input class="multiDelete" name="deleteEvents[<?php echo
$item->id ?>]" type="checkbox" value="delete"/>
+ <input class="multiDelete" name="deleteEvents[]" type="checkbox"
value="<?php echo $item->id ?>"/>
</div>
</td>
</tr>
--
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.