diff options
Diffstat (limited to 'application/forms/Client.php')
| -rw-r--r-- | application/forms/Client.php | 4 |
1 files changed, 4 insertions, 0 deletions
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"' )); } |
