diff options
| author | michael pereira | 2011-03-06 20:12:36 +0100 |
|---|---|---|
| committer | michael pereira | 2011-03-06 20:12:36 +0100 |
| commit | 0e017ebdc1edbbf230f0f0160f103c39ef675725 (patch) | |
| tree | e7848e531d30a01145f2f98d8a3189ea6699c54d /application/views/scripts/bootmenu/createbootmenu.phtml | |
| parent | Config fertig (diff) | |
| download | pbs2-0e017ebdc1edbbf230f0f0160f103c39ef675725.tar.gz pbs2-0e017ebdc1edbbf230f0f0160f103c39ef675725.tar.xz pbs2-0e017ebdc1edbbf230f0f0160f103c39ef675725.zip | |
datenbank erweitert, BootMenu, Config fertig
Diffstat (limited to 'application/views/scripts/bootmenu/createbootmenu.phtml')
| -rw-r--r-- | application/views/scripts/bootmenu/createbootmenu.phtml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/application/views/scripts/bootmenu/createbootmenu.phtml b/application/views/scripts/bootmenu/createbootmenu.phtml index 1741819..2d2c2df 100644 --- a/application/views/scripts/bootmenu/createbootmenu.phtml +++ b/application/views/scripts/bootmenu/createbootmenu.phtml @@ -1 +1,4 @@ -<br /><br /><center>View script for controller <b>Bootmenu</b> and script/action name <b>createbootmenu</b></center>
\ No newline at end of file +<?php +$this->createbootmenuForm->setAction($this->url()); +echo $this->createbootmenuForm; +?> |
