From f755b6a457f96e9489a8dc89e35dea6882927f42 Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 11 Mar 2011 08:57:39 +0100 Subject: MacAdressenFilterung gefixxt, Fomular Buttons eingebaut, debug code entfernt --- application/forms/Pool.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'application/forms/Pool.php') 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"' + )); } -- cgit v1.2.3-55-g7522