diff options
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() |
