From de51b631a7cc29c2bb7b1a97c71edf86ba53e58a Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Fri, 13 May 2011 15:14:24 +0000 Subject: h-source:improved the way forms are managed - part 2, improved help pages --- h-source/Application/Controllers/WebcamsController.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'h-source/Application/Controllers/WebcamsController.php') diff --git a/h-source/Application/Controllers/WebcamsController.php b/h-source/Application/Controllers/WebcamsController.php index 6d91eb2..562cc58 100644 --- a/h-source/Application/Controllers/WebcamsController.php +++ b/h-source/Application/Controllers/WebcamsController.php @@ -97,6 +97,10 @@ class WebcamsController extends GenericController $this->setArgKeys($argKeys); $data['title'] = 'Webcam'; + + $data['intefaceOptions'] = Webcams::$interface; + $data['worksOptions'] = Webcams::$select; + $data['worksField'] = 'webcam_works'; $this->append($data); } -- cgit v1.2.3