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

formCsrf() ?> formHidden('id', $values) ?> formHidden('project_id', $values) ?> formLabel(t('Amount'), 'amount') ?> formText('amount', $values, $errors, array('required'), 'form-numeric') ?> formLabel(t('Date'), 'date') ?> formText('date', $values, $errors, array('required'), 'form-date') ?> formLabel(t('Comment'), 'comment') ?> formText('comment', $values, $errors) ?>