summaryrefslogtreecommitdiffstats
path: root/application/forms/Pool.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/forms/Pool.php')
-rw-r--r--application/forms/Pool.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/application/forms/Pool.php b/application/forms/Pool.php
index 0cef533..2fcdf78 100644
--- a/application/forms/Pool.php
+++ b/application/forms/Pool.php
@@ -37,6 +37,10 @@ class Application_Form_Pool extends Zend_Form
'ignore' => true,
'label' => 'Save',
));
+
+ $this->addElement('button', 'Cancel', array(
+ 'onclick' => 'self.location="/pool"'
+ ));
}