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/ScannersController.php | |
parent | 59a70fc11463d7583d2ee9e72f3c54e8bd6a0876 (diff) |
h-source:improved the way forms are managed - part 2, improved help pages
Diffstat (limited to 'h-source/Application/Controllers/ScannersController.php')
-rw-r--r-- | h-source/Application/Controllers/ScannersController.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/h-source/Application/Controllers/ScannersController.php b/h-source/Application/Controllers/ScannersController.php index bbdd350..24cd332 100644 --- a/h-source/Application/Controllers/ScannersController.php +++ b/h-source/Application/Controllers/ScannersController.php @@ -97,6 +97,10 @@ class ScannersController extends GenericController $this->setArgKeys($argKeys); $data['title'] = 'scanners'; + + $data['intefaceOptions'] = Printer::$interface; + $data['worksOptions'] = Printer::$compatibility; + $data['worksField'] = 'compatibility'; $this->append($data); } |