summaryrefslogtreecommitdiffstats
path: root/application/views/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/scripts')
-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>