From 59a70fc11463d7583d2ee9e72f3c54e8bd6a0876 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Fri, 13 May 2011 10:32:35 +0000 Subject: h-source:improved the way forms are managed --- h-source/Application/Controllers/ThreegcardsController.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'h-source/Application/Controllers/ThreegcardsController.php') diff --git a/h-source/Application/Controllers/ThreegcardsController.php b/h-source/Application/Controllers/ThreegcardsController.php index 5770fa8..2ddc108 100644 --- a/h-source/Application/Controllers/ThreegcardsController.php +++ b/h-source/Application/Controllers/ThreegcardsController.php @@ -97,6 +97,10 @@ class ThreegcardsController extends GenericController $this->setArgKeys($argKeys); $data['title'] = '3G card'; + + $data['intefaceOptions'] = Wifi::$interface; + $data['worksOptions'] = Wifi::$wifiSelect; + $data['worksField'] = 'wifi_works'; $this->append($data); } -- cgit v1.2.3