summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/client/index.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/user/views/scripts/client/index.phtml')
-rw-r--r--application/modules/user/views/scripts/client/index.phtml2
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): ?>