diff options
| author | Simon | 2011-03-11 08:57:39 +0100 |
|---|---|---|
| committer | Simon | 2011-03-11 08:57:39 +0100 |
| commit | f755b6a457f96e9489a8dc89e35dea6882927f42 (patch) | |
| tree | 6ee4ec99c11f7d94a8ea7350da4ccc489cefb9ae /application/forms/Session.php | |
| parent | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-f755b6a457f96e9489a8dc89e35dea6882927f42.tar.gz pbs2-f755b6a457f96e9489a8dc89e35dea6882927f42.tar.xz pbs2-f755b6a457f96e9489a8dc89e35dea6882927f42.zip | |
MacAdressenFilterung gefixxt, Fomular Buttons eingebaut, debug code entfernt
Diffstat (limited to 'application/forms/Session.php')
| -rw-r--r-- | application/forms/Session.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/application/forms/Session.php b/application/forms/Session.php index 30aefda..b74ca43 100644 --- a/application/forms/Session.php +++ b/application/forms/Session.php @@ -75,6 +75,10 @@ $this->addElement('text', 'ip6', array( 'ignore' => true, 'label' => 'Save', )); + + $this->addElement('button', 'Cancel', array( + 'onclick' => 'self.location="/session"' + )); } function setClients($v){ $this->clients = $v; |
