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/pool/index.phtml | |
| 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/pool/index.phtml')
| -rw-r--r-- | application/modules/dev/views/scripts/pool/index.phtml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/application/modules/dev/views/scripts/pool/index.phtml b/application/modules/dev/views/scripts/pool/index.phtml index 2c6ba16..06764d0 100644 --- a/application/modules/dev/views/scripts/pool/index.phtml +++ b/application/modules/dev/views/scripts/pool/index.phtml @@ -1,6 +1,6 @@ <h1>Pools</h1> <?php echo $this->formButton('createconfig', 'Create Pool', array( - 'onclick' => 'self.location="/pool/createpool"', + 'onclick' => 'self.location="/dev/pool/createpool"', 'class' => 'addbutton'))?> <?php if ($this->pools): ?> @@ -20,6 +20,7 @@ <td><?php echo $this->escape($pool->getLocation()) ?></td> <td class='action'><a href="<?php echo $this->url( array( + 'module' => 'dev', 'controller' => 'pool', 'action' => 'editpool', 'poolID' => $pool->getID() @@ -27,7 +28,8 @@ 'default', true) ?>"><img src='/media/img/edit.png' alt='Edit Pool'/></a></td> <td class='action'><a href="<?php echo $this->url( - array( + array( + 'module' => 'dev', 'controller' => 'pool', 'action' => 'deletepool', 'poolID' => $pool->getID() @@ -36,6 +38,7 @@ true) ?>"><img src='/media/img/delete.png' alt='Delete Pool'/></a></td> <td class='action'><a href="<?php echo $this->url( array( + 'module' => 'dev', 'controller' => 'pool', 'action' => 'linkclient', 'poolID' => $pool->getID() @@ -71,6 +74,7 @@ <td><?php echo ($cli->hardwarehash); ?></td> <td class='action'><a href="<?php echo $this->url( array( + 'module' => 'dev', 'controller' => 'pool', 'action' => 'unlinkclient', 'poolentriesID' => $client['poolentriesID'] @@ -104,6 +108,7 @@ foreach ($this->freeclients as $client): ?> <?php foreach ($this->pools as $pool): ?> <option value="<?php echo $this->url( array( + 'module' => 'dev', 'controller' => 'pool', 'action' => 'linkclient', 'clientID' => $client['clientID'], |
