Author: david
Date: Fri Oct 14 13:35:57 2011
New Revision: 10100
Log:
Cosmetic change
Modified:
trunk/apps/qubit/modules/informationobject/actions/itemListAction.class.php
Modified:
trunk/apps/qubit/modules/informationobject/actions/itemListAction.class.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/actions/itemListAction.class.php
Fri Oct 14 13:35:18 2011 (r10099)
+++ trunk/apps/qubit/modules/informationobject/actions/itemListAction.class.php
Fri Oct 14 13:35:57 2011 (r10100)
@@ -64,7 +64,10 @@
'1' => $this->context->i18n->__('Yes')
);
- $this->form->setValidator($name, new sfValidatorChoice(array('choices'
=> array_keys($choices), 'multiple' => true)));
+ $this->form->setValidator($name, new sfValidatorChoice(array(
+ 'choices' => array_keys($choices),
+ 'multiple' => true)));
+
$this->form->setWidget($name, new sfWidgetFormChoice(array(
'expanded' => true,
'multiple' => true,
--
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.