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/forms/Bootos.php | |
| 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/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.'"' + )); ?> |
