aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/Wifi/form.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-04-08 06:00:52 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-04-08 06:00:52 +0000
commitefe7068c82e2ab60b3735645a65730b25070f23a (patch)
tree430f1b43c1ddefa772985999593e3f30d1ed230d /h-source/Application/Views/Wifi/form.php
parent5a90d52724c9afa5499a27b65a05033ae6b924b8 (diff)
h-source: added the driver entry for wifi and videocards
Diffstat (limited to 'h-source/Application/Views/Wifi/form.php')
-rw-r--r--h-source/Application/Views/Wifi/form.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/h-source/Application/Views/Wifi/form.php b/h-source/Application/Views/Wifi/form.php
index 016f90a..1f31e88 100644
--- a/h-source/Application/Views/Wifi/form.php
+++ b/h-source/Application/Views/Wifi/form.php
@@ -75,6 +75,11 @@
<div class="entry_label hidden_x_explorer"><?php echo gtext("does it work with free software?");?></div>
<?php echo Html_Form::select('wifi_works',$values['wifi_works'],Wifi::$wifiSelect,"select_entry hidden_x_explorer");?>
</div>
+
+ <div class="form_entry">
+ <div class="entry_label hidden_x_explorer"><?php echo gtext("free driver used");?> (<?php echo gtext("see the help page or leave blank if you are not sure");?>):</div>
+ <?php echo Html_Form::input('driver',$values['driver'],'input_entry');?>
+ </div>
<div class="form_entry">
<div class="entry_label"><?php echo gtext("Description: (write here all the useful information)");?><br /><a href="<?php echo $this->baseUrl."/help/index/$lang#wiki-syntax";?>"><?php echo gtext("discover all the wiki tags");?></a></div>