aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/VideocardsController.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-05-13 10:32:35 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-05-13 10:32:35 +0000
commit59a70fc11463d7583d2ee9e72f3c54e8bd6a0876 (patch)
treeef4d3626594b58a2d8acd424b8f9d3890bf88ccd /h-source/Application/Controllers/VideocardsController.php
parent3c1f2dfdb82656dc47a1cb467d03e09e52792f24 (diff)
h-source:improved the way forms are managed
Diffstat (limited to 'h-source/Application/Controllers/VideocardsController.php')
-rw-r--r--h-source/Application/Controllers/VideocardsController.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/h-source/Application/Controllers/VideocardsController.php b/h-source/Application/Controllers/VideocardsController.php
index ab869bc..08eda31 100644
--- a/h-source/Application/Controllers/VideocardsController.php
+++ b/h-source/Application/Controllers/VideocardsController.php
@@ -97,6 +97,10 @@ class VideocardsController extends GenericController
$this->setArgKeys($argKeys);
$data['title'] = 'Videocards';
+
+ $data['intefaceOptions'] = Videocard::$interface;
+ $data['worksOptions'] = Videocard::$videoSelect;
+ $data['worksField'] = 'video_card_works';
$this->append($data);
}