diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-04-08 06:00:52 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-04-08 06:00:52 +0000 |
commit | efe7068c82e2ab60b3735645a65730b25070f23a (patch) | |
tree | 430f1b43c1ddefa772985999593e3f30d1ed230d /h-source/Application/Views/Videocards/form.php | |
parent | 5a90d52724c9afa5499a27b65a05033ae6b924b8 (diff) |
h-source: added the driver entry for wifi and videocards
Diffstat (limited to 'h-source/Application/Views/Videocards/form.php')
-rw-r--r-- | h-source/Application/Views/Videocards/form.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/h-source/Application/Views/Videocards/form.php b/h-source/Application/Views/Videocards/form.php index 6faab56..5913882 100644 --- a/h-source/Application/Views/Videocards/form.php +++ b/h-source/Application/Views/Videocards/form.php @@ -75,6 +75,11 @@ <div class="entry_label"><?php echo gtext("how does it work with free software?");?></div> <?php echo Html_Form::select('video_card_works',$values['video_card_works'],Videocard::$videoSelect,"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> |