form->csrf() ?> form->hidden('project_id', $values) ?> form->label(t('Title'), 'title') ?> form->text('title', $values, $errors, array('autofocus', 'required', 'maxlength="50"')) ?> form->label(t('Task limit'), 'task_limit') ?> form->number('task_limit', $values, $errors) ?> form->checkbox('hide_in_dashboard', t('Hide tasks in this column in the dashboard'), 1) ?> form->label(t('Description'), 'description') ?> form->textarea('description', $values, $errors, array(), 'markdown-editor') ?>
url->link(t('cancel'), 'column', 'index', array('project_id' => $project['id']), false, 'close-popover') ?>