form->csrf() ?> form->label(t('Name'), 'name') ?> form->text('name', $values, $errors, array('autofocus', 'required', 'maxlength="191"')) ?> form->label(t('Color'), 'color_id') ?> form->select('color_id', array('' => t('No color')) + $colors, $values, $errors, array(), 'color-picker') ?> modal->submitButtons() ?>