form->csrf() ?> form->hidden('is_private', $values) ?> form->label(t('Name'), 'name') ?> form->text('name', $values, $errors, array('autofocus', 'required', 'maxlength="50"')) ?> 1): ?> form->label(t('Create from another project'), 'src_project_id') ?> form->select('src_project_id', $projects_list, $values) ?>
0 ? '' : 'style="display: none"' ?>>

form->checkbox('projectPermission', t('Permissions'), 1, true) ?> form->checkbox('category', t('Categories'), 1, true) ?> form->checkbox('action', t('Actions'), 1, true) ?> form->checkbox('swimlane', t('Swimlanes'), 1, true) ?> form->checkbox('task', t('Tasks'), 1, false) ?>