summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/bootmenu/index.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/scripts/bootmenu/index.phtml')
-rw-r--r--application/views/scripts/bootmenu/index.phtml8
1 files changed, 8 insertions, 0 deletions
diff --git a/application/views/scripts/bootmenu/index.phtml b/application/views/scripts/bootmenu/index.phtml
index 3f29b9e..c4cdb99 100644
--- a/application/views/scripts/bootmenu/index.phtml
+++ b/application/views/scripts/bootmenu/index.phtml
@@ -30,6 +30,14 @@
),
'default',
true) ?>">Delete BootMenu</a></td>
+ <td><a href="<?php echo $this->url(
+ array(
+ 'controller' => 'bootmenu',
+ 'action' => 'addbootmenuentry',
+ 'bootmenuID' => $bootmenu->getID()
+ ),
+ 'default',
+ true) ?>">Add BootMenuEntry</a></td>
</tr>
<?php endforeach; ?>
</table>