aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/Desktop/Notebooks/form.php
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Application/Views/Desktop/Notebooks/form.php')
-rw-r--r--h-source/Application/Views/Desktop/Notebooks/form.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/h-source/Application/Views/Desktop/Notebooks/form.php b/h-source/Application/Views/Desktop/Notebooks/form.php
index cc74eb1..aeeff26 100644
--- a/h-source/Application/Views/Desktop/Notebooks/form.php
+++ b/h-source/Application/Views/Desktop/Notebooks/form.php
@@ -71,6 +71,11 @@
</div>
<div class="form_entry">
+ <div class="entry_label"><?php echo gtext("does the device prevent the installation of wifi cards not-approved by the vendor?");?></div>
+ <?php echo Html_Form::select('prevent_wifi',$values['prevent_wifi'],Notebooks::$preventWifiSelect,"select_entry");?>
+ </div>
+
+ <div class="form_entry">
<div class="entry_label"><?php echo gtext("year of commercialization");?>:</div>
<?php echo Html_Form::select('comm_year',$values['comm_year'],Hardware::getCommYears(),"select_entry");?>
</div>