= t('Budget line') ?> | = t('Date') ?> | = t('Comment') ?> | = t('Action') ?> |
---|---|---|---|
= n($line['amount']) ?> | = dt('%B %e, %Y', strtotime($line['date'])) ?> | = $this->e($line['comment']) ?> | = $this->url->link(t('Remove'), 'budget', 'confirm', array('project_id' => $project['id'], 'budget_id' => $line['id'])) ?> |