diff options
| author | michael pereira | 2011-03-07 04:56:52 +0100 |
|---|---|---|
| committer | michael pereira | 2011-03-07 04:56:52 +0100 |
| commit | c2e98ec0e67d0f0221ad05981c32510781f8ce4b (patch) | |
| tree | 392515126ebca6b6c7d93d8b05a535e76a8c90c1 /application/views/scripts/bootmenu/editbootmenuentry.phtml | |
| parent | BootIso Interface fertig (diff) | |
| download | pbs2-c2e98ec0e67d0f0221ad05981c32510781f8ce4b.tar.gz pbs2-c2e98ec0e67d0f0221ad05981c32510781f8ce4b.tar.xz pbs2-c2e98ec0e67d0f0221ad05981c32510781f8ce4b.zip | |
BootMenuEntries angelegt
Diffstat (limited to 'application/views/scripts/bootmenu/editbootmenuentry.phtml')
| -rw-r--r-- | application/views/scripts/bootmenu/editbootmenuentry.phtml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/application/views/scripts/bootmenu/editbootmenuentry.phtml b/application/views/scripts/bootmenu/editbootmenuentry.phtml index fcfb558..5680d65 100644 --- a/application/views/scripts/bootmenu/editbootmenuentry.phtml +++ b/application/views/scripts/bootmenu/editbootmenuentry.phtml @@ -1 +1,4 @@ -<br /><br /><center>View script for controller <b>Bootmenu</b> and script/action name <b>editbootmenuentry</b></center>
\ No newline at end of file +<?php +$this->editbootmenuentryForm->setAction($this->url()); +echo $this->editbootmenuentryForm; +?>
\ No newline at end of file |
