summaryrefslogtreecommitdiffstats
path: root/application/forms/BootosCreate.php
diff options
context:
space:
mode:
authormichael pereira2011-03-05 18:59:46 +0100
committermichael pereira2011-03-05 18:59:46 +0100
commitaa1aea290b8034e3187a4f223cacb53ea7837a31 (patch)
treefb1140701f4f7acddae9a7790bc91b7a9c253be3 /application/forms/BootosCreate.php
parentfilter-oberffäche fertig, nun zur auswahl des bootmenus && funktion toArray ... (diff)
downloadpbs2-aa1aea290b8034e3187a4f223cacb53ea7837a31.tar.gz
pbs2-aa1aea290b8034e3187a4f223cacb53ea7837a31.tar.xz
pbs2-aa1aea290b8034e3187a4f223cacb53ea7837a31.zip
BootOS create, edit und delete done
Diffstat (limited to 'application/forms/BootosCreate.php')
-rw-r--r--application/forms/BootosCreate.php5
1 files changed, 5 insertions, 0 deletions
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"'
+ ));
+
}