diff options
Diffstat (limited to 'application/modules/user/forms/Bootos.php')
| -rw-r--r-- | application/modules/user/forms/Bootos.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/application/modules/user/forms/Bootos.php b/application/modules/user/forms/Bootos.php index 3e45f05..867cfc1 100644 --- a/application/modules/user/forms/Bootos.php +++ b/application/modules/user/forms/Bootos.php @@ -142,9 +142,9 @@ class user_Form_Bootos extends Zend_Form 'label' => $label, )); - $this->addElement('button', 'Cancel', array( - 'onclick' => 'self.location="/user/bootos/page/'.$this->page.'"' - )); + $this->addElement('button', 'Cancel', array( + 'onclick' => 'self.location="/user/bootos/index/page/'.$this->page.'"' + )); ?> |
