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/bootos | |
| 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/bootos')
| -rw-r--r-- | application/modules/dev/views/scripts/bootos/index.phtml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/application/modules/dev/views/scripts/bootos/index.phtml b/application/modules/dev/views/scripts/bootos/index.phtml index 6da7a16..6462b1f 100644 --- a/application/modules/dev/views/scripts/bootos/index.phtml +++ b/application/modules/dev/views/scripts/bootos/index.phtml @@ -1,6 +1,6 @@ <h1>BootOS</h1> <?php echo $this->formButton('createbootos', 'Create BootOS', array( - 'onclick' => 'self.location="/bootos/createbootos"', + 'onclick' => 'self.location="/dev/bootos/createbootos"', 'class' => 'addbutton'))?> <table> @@ -37,6 +37,7 @@ <td><?php echo $this->escape($bootos->getPublic()); ?></td> <td class='action'><a href="<?php echo $this->url( array( + 'module' => 'dev', 'controller' => 'bootos', 'action' => 'editbootos', 'bootosID' => $bootos->getID() @@ -45,6 +46,7 @@ true, false) ?>"><img src='/media/img/edit.png' alt='Edit BootOS'/></a></td> <td class='action'><a href="<?php echo $this->url( array( + 'module' => 'dev', 'controller' => 'bootos', 'action' => 'deletebootos', 'bootosID' => $bootos->getID() |
