From f755b6a457f96e9489a8dc89e35dea6882927f42 Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 11 Mar 2011 08:57:39 +0100 Subject: MacAdressenFilterung gefixxt, Fomular Buttons eingebaut, debug code entfernt --- application/forms/Session.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'application/forms/Session.php') 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; -- cgit v1.2.3-55-g7522