diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-05-13 15:14:24 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-05-13 15:14:24 +0000 |
commit | de51b631a7cc29c2bb7b1a97c71edf86ba53e58a (patch) | |
tree | 35a99d27788e0f7bb1f5e90010494b5a3a5b9d70 /h-source/Application/Controllers/AcquisitioncardsController.php | |
parent | 59a70fc11463d7583d2ee9e72f3c54e8bd6a0876 (diff) |
h-source:improved the way forms are managed - part 2, improved help pages
Diffstat (limited to 'h-source/Application/Controllers/AcquisitioncardsController.php')
-rw-r--r-- | h-source/Application/Controllers/AcquisitioncardsController.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/h-source/Application/Controllers/AcquisitioncardsController.php b/h-source/Application/Controllers/AcquisitioncardsController.php index 6979b0e..0a4090a 100644 --- a/h-source/Application/Controllers/AcquisitioncardsController.php +++ b/h-source/Application/Controllers/AcquisitioncardsController.php @@ -97,6 +97,10 @@ class AcquisitioncardsController extends GenericController $this->setArgKeys($argKeys); $data['title'] = 'Acquisition cards'; + + $data['intefaceOptions'] = Acquisitioncards::$interface; + $data['worksOptions'] = Acquisitioncards::$select; + $data['worksField'] = 'compatibility'; $this->append($data); } |