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/client | |
| 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/client')
| -rw-r--r-- | application/modules/dev/views/scripts/client/index.phtml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/application/modules/dev/views/scripts/client/index.phtml b/application/modules/dev/views/scripts/client/index.phtml index fd7725c..fa12ed7 100644 --- a/application/modules/dev/views/scripts/client/index.phtml +++ b/application/modules/dev/views/scripts/client/index.phtml @@ -1,6 +1,6 @@ <h1>Clients</h1> <?php echo $this->formButton('createbootos', 'Create Client', array( - 'onclick' => 'self.location="/client/addclient"', + 'onclick' => 'self.location="/dev/client/addclient"', 'class' => 'addbutton'))?> <?php if ($this->clients): ?> @@ -18,6 +18,7 @@ <td class='monospace'><?php echo $this->escape($client->getHardwarehash()) ?></td> <td class='action'><a href="<?php echo $this->url( array( + 'module' => 'dev', 'controller' => 'client', 'action' => 'editclient', 'clientID' => $client->getID() @@ -26,6 +27,7 @@ true) ?>"><img src='/media/img/edit.png' alt='Edit Client'/></a></td> <td class='action'><a href="<?php echo $this->url( array( + 'module' => 'dev', 'controller' => 'client', 'action' => 'removeclient', 'clientID' => $client->getID() |
