| = h($budget->id) ?> |
= h($budget->wl_schooltype_id) ?> |
= h($budget->snr) ?> |
= h($budget->wl_budget_id) ?> |
= h($budget->count) ?> |
= h($budget->comment) ?> |
= h($budget->year) ?> |
= h($budget->created) ?> |
= h($budget->modified) ?> |
= $this->Html->link(__('View'), ['controller' => 'Budget', 'action' => 'view', $budget->id]) ?>
= $this->Html->link(__('Edit'), ['controller' => 'Budget', 'action' => 'edit', $budget->id]) ?>
= $this->Form->postLink(__('Delete'), ['controller' => 'Budget', 'action' => 'delete', $budget->id], ['confirm' => __('Are you sure you want to delete # {0}?', $budget->id)]) ?>
|