summaryrefslogtreecommitdiffstats
path: root/application/views
diff options
context:
space:
mode:
authormichael pereira2011-03-07 18:31:04 +0100
committermichael pereira2011-03-07 18:31:04 +0100
commit1cc0d2ecc98ce0ed42b7d28ae95b56ec92f49024 (patch)
treed5a45f91484e9bbd7f27b4c0f26dab51dc6daed5 /application/views
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-1cc0d2ecc98ce0ed42b7d28ae95b56ec92f49024.tar.gz
pbs2-1cc0d2ecc98ce0ed42b7d28ae95b56ec92f49024.tar.xz
pbs2-1cc0d2ecc98ce0ed42b7d28ae95b56ec92f49024.zip
BootMenu fix
Diffstat (limited to 'application/views')
-rw-r--r--application/views/scripts/bootmenu/index.phtml6
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>