diff options
| author | Simon | 2011-03-15 11:15:47 +0100 |
|---|---|---|
| committer | Simon | 2011-03-15 11:15:47 +0100 |
| commit | 1c83a304a1619de153649e14730aa05a07a87f10 (patch) | |
| tree | 7b8002e4e0e0fa65a422eec1d0b25fb5a80cbd7b /application/modules/dev/views/scripts/bootmenu | |
| parent | die verschobenen ansichten löschen (diff) | |
| download | pbs2-1c83a304a1619de153649e14730aa05a07a87f10.tar.gz pbs2-1c83a304a1619de153649e14730aa05a07a87f10.tar.xz pbs2-1c83a304a1619de153649e14730aa05a07a87f10.zip | |
links korrigiert, dev ist nun lauffähig
Diffstat (limited to 'application/modules/dev/views/scripts/bootmenu')
| -rw-r--r-- | application/modules/dev/views/scripts/bootmenu/index.phtml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/application/modules/dev/views/scripts/bootmenu/index.phtml b/application/modules/dev/views/scripts/bootmenu/index.phtml index fa722e4..b29a5cc 100644 --- a/application/modules/dev/views/scripts/bootmenu/index.phtml +++ b/application/modules/dev/views/scripts/bootmenu/index.phtml @@ -1,6 +1,6 @@ <h1>BootMenu</h1> <?php echo $this->formButton('createbootmenu', 'Create BootMenu', array( - 'onclick' => 'self.location="/bootmenu/createbootmenu"', + 'onclick' => 'self.location="/dev/bootmenu/createbootmenu"', 'class' => 'addbutton'))?> @@ -24,6 +24,7 @@ <td><?php echo $this->escape(date('Y-m-d H:i:s', $bootmenu->getCreated())); ?></td> <td class='action'><a href="<?php echo $this->url( array( + 'module' => 'dev', 'controller' => 'bootmenu', 'action' => 'editbootmenu', 'bootmenuID' => $bootmenu->getID() @@ -32,6 +33,7 @@ true, false) ?>"><img src='/media/img/edit.png' alt='Edit Bootmenu'/></a></td> <td class='action'><a href="<?php echo $this->url( array( + 'module' => 'dev', 'controller' => 'bootmenu', 'action' => 'deletebootmenu', 'bootmenuID' => $bootmenu->getID() @@ -40,6 +42,7 @@ true) ?>"><img src='/media/img/delete.png' alt='Delete Bootmenu'/></a></td> <td class='action'><a href="<?php echo $this->url( array( + 'module' => 'dev', 'controller' => 'bootmenu', 'action' => 'addbootmenuentry', 'bootmenuID' => $bootmenu->getID(), @@ -72,7 +75,7 @@ <?php $config = $this->configmapper->find($bootmenuentry->getConfigID());?> <tr> <td class='action'> - <a href='/resource/getbootmenuentry/bootmenuentryID/<?php echo $bootmenuentry->getID();?>'> + <a href='/dev/resource/getbootmenuentry/bootmenuentryID/<?php echo $bootmenuentry->getID();?>'> <img src='/media/img/play.gif'> </a> </td> @@ -85,6 +88,7 @@ <td><?php echo $this->escape($bootmenuentry->getOrder() + 1); ?></td> <td class='action'><a href="<?php echo $this->url( array( + 'module' => 'dev', 'controller' => 'bootmenu', 'action' => 'editbootmenuentry', 'bootmenuentryID' => $bootmenuentry->getID(), @@ -96,6 +100,7 @@ true, false) ?>"><img src='/media/img/edit.png' alt='Edit Entry'/></a></td> <td class='action'><a href="<?php echo $this->url( array( + 'module' => 'dev', 'controller' => 'bootmenu', 'action' => 'removebootmenuentry', 'bootmenuentryID' => $bootmenuentry->getID() |
