form->csrf() ?> form->hidden('task_id', array('task_id' => $task['id'])) ?> form->label(t('External link'), 'text') ?> form->text( 'text', $values, $errors, array( 'required', 'autofocus', 'placeholder="'.t('Copy and paste your link here...').'"', )) ?> form->label(t('Link type'), 'type') ?> form->select('type', $types, $values) ?>
url->link(t('cancel'), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'close-popover') ?>