summaryrefslogtreecommitdiffstats
path: root/application/modules/dev/views/scripts/client
diff options
context:
space:
mode:
authorSimon2011-03-15 11:15:47 +0100
committerSimon2011-03-15 11:15:47 +0100
commit1c83a304a1619de153649e14730aa05a07a87f10 (patch)
tree7b8002e4e0e0fa65a422eec1d0b25fb5a80cbd7b /application/modules/dev/views/scripts/client
parentdie verschobenen ansichten löschen (diff)
downloadpbs2-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.phtml4
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()