diff options
Diffstat (limited to 'application/modules/user/views/scripts/bootos')
| -rw-r--r-- | application/modules/user/views/scripts/bootos/index.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/user/views/scripts/bootos/index.phtml b/application/modules/user/views/scripts/bootos/index.phtml index 92e6bbb..8982fb2 100644 --- a/application/modules/user/views/scripts/bootos/index.phtml +++ b/application/modules/user/views/scripts/bootos/index.phtml @@ -5,7 +5,7 @@ 'class' => 'updatebutton', ))?> <?php echo $this->formButton('createbootos', 'Create BootOS', array( - 'onclick' => 'self.location="/user/bootos/createbootos"', + 'onclick' => 'self.location="/user/bootos/createbootos/page/'.$this->page.'"', 'class' => 'addbutton'))?> <table> |
