diff options
| author | michael pereira | 2011-04-01 16:51:07 +0200 |
|---|---|---|
| committer | michael pereira | 2011-04-01 16:51:07 +0200 |
| commit | 0576a9832661cfbfb29e1d59b72f092740388fa7 (patch) | |
| tree | 2cbd79177900de8b8ede455156c2e13a20c94697 /application/modules/user/views/scripts/client | |
| parent | Bootmenu & BootOs Controller (diff) | |
| parent | Pagination in ettlichen Controllern + aufgerÀumt (diff) | |
| download | pbs2-0576a9832661cfbfb29e1d59b72f092740388fa7.tar.gz pbs2-0576a9832661cfbfb29e1d59b72f092740388fa7.tar.xz pbs2-0576a9832661cfbfb29e1d59b72f092740388fa7.zip | |
merge
Diffstat (limited to 'application/modules/user/views/scripts/client')
| -rw-r--r-- | application/modules/user/views/scripts/client/index.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/user/views/scripts/client/index.phtml b/application/modules/user/views/scripts/client/index.phtml index 1e3345e..62c698c 100644 --- a/application/modules/user/views/scripts/client/index.phtml +++ b/application/modules/user/views/scripts/client/index.phtml @@ -1,7 +1,7 @@ <h1>Clients</h1> <?php if($this->notification != ''){echo $this->notification;} ?> <?php echo $this->formButton('createbootos', 'Create Client', array( - 'onclick' => 'self.location="/user/client/addclient"', + 'onclick' => 'self.location="/user/client/addclient/page/'.$this->page.'"', 'class' => 'addbutton'))?> <?php if ($this->clients): ?> |
