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/Client.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'application/forms/Client.php') diff --git a/application/forms/Client.php b/application/forms/Client.php index 1378349..d1d4382 100644 --- a/application/forms/Client.php +++ b/application/forms/Client.php @@ -29,6 +29,10 @@ class Application_Form_Client extends Zend_Form 'required' => false, 'ignore' => true, 'label' => 'Save', + )); + + $this->addElement('button', 'Cancel', array( + 'onclick' => 'self.location="/client"' )); } -- cgit v1.2.3-55-g7522