aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/GenericController.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2012-09-12 06:29:32 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2012-09-12 06:29:32 +0000
commitba43829fd37a59edd063dce46b33dd430bc5f6a1 (patch)
treed1e4cde360856b3d48343cf30dac7ebd5a0b026b /h-source/Application/Controllers/GenericController.php
parent024de701df1e4ee5f7cc4b5139a490bd9477aae9 (diff)
does the device prevent the installation of wifi cards not-approved by the vendor? - part 2
Diffstat (limited to 'h-source/Application/Controllers/GenericController.php')
-rw-r--r--h-source/Application/Controllers/GenericController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/h-source/Application/Controllers/GenericController.php b/h-source/Application/Controllers/GenericController.php
index 656060d..7de26e0 100644
--- a/h-source/Application/Controllers/GenericController.php
+++ b/h-source/Application/Controllers/GenericController.php
@@ -73,6 +73,7 @@ class GenericController extends BaseController
$data['modelNameLabel'] = $this->getModule(array('devices','all','form','model_name_entry_help_label'));
$data['vendoridProductidLabel'] = $this->getModule(array('devices','not_notebook','form','vendorid_productid_label'));
$data['descriptionLabel'] = $this->getModule(array('devices','all','form','description_entry_help_label'));
+ $data['preventWifiLabel'] = $this->getModule(array('devices','notebook','form','prevent_wifi_label'));
$this->append($data);
}