summaryrefslogtreecommitdiffstats
path: root/application/forms/Client.php
diff options
context:
space:
mode:
authorSimon2011-03-11 08:57:39 +0100
committerSimon2011-03-11 08:57:39 +0100
commitf755b6a457f96e9489a8dc89e35dea6882927f42 (patch)
tree6ee4ec99c11f7d94a8ea7350da4ccc489cefb9ae /application/forms/Client.php
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-f755b6a457f96e9489a8dc89e35dea6882927f42.tar.gz
pbs2-f755b6a457f96e9489a8dc89e35dea6882927f42.tar.xz
pbs2-f755b6a457f96e9489a8dc89e35dea6882927f42.zip
MacAdressenFilterung gefixxt, Fomular Buttons eingebaut, debug code entfernt
Diffstat (limited to 'application/forms/Client.php')
-rw-r--r--application/forms/Client.php4
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"'
));
}