summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/bootmenu/createbootmenu.phtml
diff options
context:
space:
mode:
authormichael pereira2011-03-06 20:12:36 +0100
committermichael pereira2011-03-06 20:12:36 +0100
commit0e017ebdc1edbbf230f0f0160f103c39ef675725 (patch)
treee7848e531d30a01145f2f98d8a3189ea6699c54d /application/views/scripts/bootmenu/createbootmenu.phtml
parentConfig fertig (diff)
downloadpbs2-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.phtml5
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;
+?>