aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/WebcamsController.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-05-13 15:14:24 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-05-13 15:14:24 +0000
commitde51b631a7cc29c2bb7b1a97c71edf86ba53e58a (patch)
tree35a99d27788e0f7bb1f5e90010494b5a3a5b9d70 /h-source/Application/Controllers/WebcamsController.php
parent59a70fc11463d7583d2ee9e72f3c54e8bd6a0876 (diff)
h-source:improved the way forms are managed - part 2, improved help pages
Diffstat (limited to 'h-source/Application/Controllers/WebcamsController.php')
-rw-r--r--h-source/Application/Controllers/WebcamsController.php4
1 files changed, 4 insertions, 0 deletions
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);
}