From 1cc0d2ecc98ce0ed42b7d28ae95b56ec92f49024 Mon Sep 17 00:00:00 2001 From: michael pereira Date: Mon, 7 Mar 2011 18:31:04 +0100 Subject: BootMenu fix --- application/views/scripts/bootmenu/index.phtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'application/views/scripts/bootmenu') 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 @@ -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 -- cgit v1.2.3-55-g7522