e($line['comment']) ?> url->link(t('Remove'), 'budget', 'confirm', array('project_id' => $project['id'], 'budget_id' => $line['id'])) ?>

form->csrf() ?> form->hidden('id', $values) ?> form->hidden('project_id', $values) ?> form->label(t('Amount'), 'amount') ?> form->text('amount', $values, $errors, array('required'), 'form-numeric') ?> form->label(t('Date'), 'date') ?> form->text('date', $values, $errors, array('required'), 'form-date') ?> form->label(t('Comment'), 'comment') ?> form->text('comment', $values, $errors) ?>