summaryrefslogtreecommitdiffstats
path: root/application/forms/BootosCreate.php
diff options
context:
space:
mode:
authorsf342011-03-05 19:57:06 +0100
committersf342011-03-05 19:57:06 +0100
commit5016fdbdeacefa697856c3576f7b57537536f031 (patch)
tree02cda90db98a659eaec19eb7576605bbb8bfbd5d /application/forms/BootosCreate.php
parentPrimary Key inn filterentries eingeführt um meherere Elemente eines Filterty... (diff)
parentBootOS create, edit und delete done (diff)
downloadpbs2-5016fdbdeacefa697856c3576f7b57537536f031.tar.gz
pbs2-5016fdbdeacefa697856c3576f7b57537536f031.tar.xz
pbs2-5016fdbdeacefa697856c3576f7b57537536f031.zip
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
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"'
+ ));
+
}