Schulsicht
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
<?php
|
||||
echo '<h1>Wählen Sie eine Budgetart aus.</h1>';
|
||||
echo '<ul>';
|
||||
foreach ($wlBudgets as $wlBudget) {
|
||||
//debug($wlBudget);
|
||||
echo '<p>' . $this->Html->link($wlBudget['wl_kurz_bezeichnung'],['controller' => 'Budget', 'action' => 'edit_budget' , $wlBudget['id']]) . '</p>';
|
||||
echo '<li>' . $this->Html->link($wlBudget['wl_kurz_bezeichnung'],['controller' => 'Budget', 'action' => 'edit_budget' , $wlBudget['id']]) . '</li>';
|
||||
}
|
||||
|
||||
echo '</ul>';
|
||||
?>
|
||||
Reference in New Issue
Block a user