From ba43829fd37a59edd063dce46b33dd430bc5f6a1 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Wed, 12 Sep 2012 06:29:32 +0000 Subject: does the device prevent the installation of wifi cards not-approved by the vendor? - part 2 --- .../Application/Controllers/GenericController.php | 1 + h-source/Application/Views/Desktop/Notebooks/form.php | 2 +- h-source/config.xml | 19 ++++++++++++++++--- 3 files changed, 18 insertions(+), 4 deletions(-) (limited to 'h-source') 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); } diff --git a/h-source/Application/Views/Desktop/Notebooks/form.php b/h-source/Application/Views/Desktop/Notebooks/form.php index aeeff26..6106d1d 100644 --- a/h-source/Application/Views/Desktop/Notebooks/form.php +++ b/h-source/Application/Views/Desktop/Notebooks/form.php @@ -71,7 +71,7 @@
- +
diff --git a/h-source/config.xml b/h-source/config.xml index 3af30da..0f42e31 100644 --- a/h-source/config.xml +++ b/h-source/config.xml @@ -710,10 +710,23 @@ - + \ No newline at end of file -- cgit v1.2.3