From aa1aea290b8034e3187a4f223cacb53ea7837a31 Mon Sep 17 00:00:00 2001 From: michael pereira Date: Sat, 5 Mar 2011 18:59:46 +0100 Subject: BootOS create, edit und delete done --- application/forms/BootosCreate.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'application/forms/BootosCreate.php') diff --git a/application/forms/BootosCreate.php b/application/forms/BootosCreate.php index ca279a0..a9648e4 100644 --- a/application/forms/BootosCreate.php +++ b/application/forms/BootosCreate.php @@ -100,6 +100,11 @@ class Application_Form_BootosCreate extends Zend_Form 'ignore' => true, 'label' => 'Create BootOS', )); + + $this->addElement('button', 'Cancel', array( + 'onclick' => 'self.location="/bootos"' + )); + } -- cgit v1.2.3-55-g7522