diff options
| author | michael pereira | 2011-03-07 18:31:04 +0100 |
|---|---|---|
| committer | michael pereira | 2011-03-07 18:31:04 +0100 |
| commit | 1cc0d2ecc98ce0ed42b7d28ae95b56ec92f49024 (patch) | |
| tree | d5a45f91484e9bbd7f27b4c0f26dab51dc6daed5 /application/views/scripts | |
| parent | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-1cc0d2ecc98ce0ed42b7d28ae95b56ec92f49024.tar.gz pbs2-1cc0d2ecc98ce0ed42b7d28ae95b56ec92f49024.tar.xz pbs2-1cc0d2ecc98ce0ed42b7d28ae95b56ec92f49024.zip | |
BootMenu fix
Diffstat (limited to 'application/views/scripts')
| -rw-r--r-- | application/views/scripts/bootmenu/index.phtml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/application/views/scripts/bootmenu/index.phtml b/application/views/scripts/bootmenu/index.phtml index d7acbac..e40ac90 100644 --- a/application/views/scripts/bootmenu/index.phtml +++ b/application/views/scripts/bootmenu/index.phtml @@ -71,7 +71,8 @@ tr.bootentry{background-color:#E0ECF8;} array( 'controller' => 'bootmenu', 'action' => 'editbootmenuentry', - 'bootmenuentryID' => $bootmenuentry->getID() + 'bootmenuentryID' => $bootmenuentry->getID(), + 'bootmenuID' => $bootmenu->getID() ), 'default', true, false) ?>">Edit Entry</a></td> @@ -79,8 +80,7 @@ tr.bootentry{background-color:#E0ECF8;} array( 'controller' => 'bootmenu', 'action' => 'removebootmenuentry', - 'bootmenuentryID' => $bootmenuentry->getID(), - 'bootmenuID' => $bootmenu->getID() + 'bootmenuentryID' => $bootmenuentry->getID() ), 'default', true) ?>">Remove Entry</a></td> |
