summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/bootmenu/index.phtml
diff options
context:
space:
mode:
authormichael pereira2011-03-07 04:56:52 +0100
committermichael pereira2011-03-07 04:56:52 +0100
commitc2e98ec0e67d0f0221ad05981c32510781f8ce4b (patch)
tree392515126ebca6b6c7d93d8b05a535e76a8c90c1 /application/views/scripts/bootmenu/index.phtml
parentBootIso Interface fertig (diff)
downloadpbs2-c2e98ec0e67d0f0221ad05981c32510781f8ce4b.tar.gz
pbs2-c2e98ec0e67d0f0221ad05981c32510781f8ce4b.tar.xz
pbs2-c2e98ec0e67d0f0221ad05981c32510781f8ce4b.zip
BootMenuEntries angelegt
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>