array(), 'id' => $this->system->HTML->getUniqueID(), 'name' => $el->name() ); if($el->limit() !== 1) { $attr['multiple'] = 'multiple'; $attr['name'] .= '[]'; } if(!$el->validate()) $attr['class'][] = 'invalid'; ?>
execute('form.label', array( 'el' => $el, 'attr' => array('class' => $attr['class']), 'for' => $attr['id'] )); ?>