summaryrefslogtreecommitdiffstats
path: root/application/views
diff options
context:
space:
mode:
authorSimon2011-03-10 15:45:00 +0100
committerSimon2011-03-10 15:45:00 +0100
commit6f4d014fc23ca0c8f404750b82b8d798c9a59af8 (patch)
tree3b041b710a46030ac7c8e17bf7203b2ba5dacea9 /application/views
parentMapper wieder korrigiert && Controller ergänzt (diff)
downloadpbs2-6f4d014fc23ca0c8f404750b82b8d798c9a59af8.tar.gz
pbs2-6f4d014fc23ca0c8f404750b82b8d798c9a59af8.tar.xz
pbs2-6f4d014fc23ca0c8f404750b82b8d798c9a59af8.zip
template angepasst
Diffstat (limited to 'application/views')
-rw-r--r--application/views/scripts/bootmenu/index.phtml9
1 files changed, 7 insertions, 2 deletions
diff --git a/application/views/scripts/bootmenu/index.phtml b/application/views/scripts/bootmenu/index.phtml
index 6fb55e4..fa722e4 100644
--- a/application/views/scripts/bootmenu/index.phtml
+++ b/application/views/scripts/bootmenu/index.phtml
@@ -55,7 +55,7 @@
<td colspan=7>
<table>
<tr>
-
+ <th></th>
<th>ID</th>
<th>Title</th>
<!-- <th>BootmenuID</th>-->
@@ -70,7 +70,12 @@
<?php foreach ($this->bootmenuentrylist[$bootmenu->getID()] as $bootmenuentry): ?>
<?php $bootos = $this->bootosmapper->find($bootmenuentry->getBootosID());?>
<?php $config = $this->configmapper->find($bootmenuentry->getConfigID());?>
- <tr>
+ <tr>
+ <td class='action'>
+ <a href='/resource/getbootmenuentry/bootmenuentryID/<?php echo $bootmenuentry->getID();?>'>
+ <img src='/media/img/play.gif'>
+ </a>
+ </td>
<td><?php echo $this->escape($bootmenuentry->getID()); ?></td>
<td><?php echo $this->escape($bootmenuentry->getTitle()); ?></td>
<!--<td><?php echo $this->escape($bootmenuentry->getBootmenuID()); ?></td>