diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-03-03 16:48:20 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-03-03 16:48:20 +0000 |
commit | d6fc4f494bf9ceb326fc37679f16224b91a0fc26 (patch) | |
tree | c95bbce02e5b7af62690c54cf3c5d0a36ba73c50 /h-source/Application/Views/Videocards/form.php | |
parent | fdd5ccda63a6c6825035f99c3e6b6df93814cebe (diff) |
improved the vendor selection
Diffstat (limited to 'h-source/Application/Views/Videocards/form.php')
-rw-r--r-- | h-source/Application/Views/Videocards/form.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Views/Videocards/form.php b/h-source/Application/Views/Videocards/form.php index bdbeaa9..6faab56 100644 --- a/h-source/Application/Views/Videocards/form.php +++ b/h-source/Application/Views/Videocards/form.php @@ -45,7 +45,7 @@ </div> <div class="form_entry"> - <div class="entry_label"><?php echo gtext("VendorID:ProductID code of the device");?>:</div> + <div class="entry_label"><?php echo gtext("VendorID:ProductID code of the device");?>: <b>*</b><br /><a target="blank" href="<?php echo $this->baseUrl."/help/index/$lang#vendoridproductid";?>"><?php echo gtext("learn how to find it");?></a></div> <?php echo Html_Form::input('pci_id',$values['pci_id'],'input_entry');?> </div> |