diff options
| author | Simon | 2011-04-01 16:34:13 +0200 |
|---|---|---|
| committer | Simon | 2011-04-01 16:34:13 +0200 |
| commit | cd230aefd78797219cb3814cda29fc8178520a22 (patch) | |
| tree | 9e460a6493323e35a98fd9921be680c70a3c541d /application/modules/user/forms/Bootos.php | |
| parent | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-cd230aefd78797219cb3814cda29fc8178520a22.tar.gz pbs2-cd230aefd78797219cb3814cda29fc8178520a22.tar.xz pbs2-cd230aefd78797219cb3814cda29fc8178520a22.zip | |
Pagination in ettlichen Controllern + aufgeräumt
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.'"' + )); ?> |
