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/session | |
| 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/session')
| -rw-r--r-- | application/modules/dev/views/scripts/session/index.phtml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/application/modules/dev/views/scripts/session/index.phtml b/application/modules/dev/views/scripts/session/index.phtml index c9f726b..32f9ae9 100644 --- a/application/modules/dev/views/scripts/session/index.phtml +++ b/application/modules/dev/views/scripts/session/index.phtml @@ -1,6 +1,6 @@ <h1>Session</h1> <?php echo $this->formButton('createconfig', 'Create Session', array( - 'onclick' => 'self.location="/session/createsession"', + 'onclick' => 'self.location="/dev/session/createsession"', 'class' => 'addbutton'))?> <table> <tr> @@ -30,6 +30,7 @@ <td><?php echo $this->escape($session->getIp6()) ?></td> <td class='action'><a href="<?php echo $this->url( array( + 'module' => 'dev', 'controller' => 'session', 'action' => 'editsession', 'sessionID' => $session->getID() @@ -38,6 +39,7 @@ true) ?>"><img src='/media/img/edit.png' alt='Edit Filter'/></a></td> <td class='action'><a href="<?php echo $this->url( array( + 'module' => 'dev', 'controller' => 'session', 'action' => 'deletesession', 'sessionID' => $session->getID() |
