diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-07-30 23:03:24 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-07-30 23:03:24 +0000 |
commit | c8eb276b6a1f5538300552f47e18261a9a541896 (patch) | |
tree | 72be0350aa72b0ef549222fb3b38e47fb0ad23d7 /h-source | |
parent | 15b8f0b3a4a573af35ddbd478cbd7d4f1f8cea4c (diff) |
improved the search results
Diffstat (limited to 'h-source')
-rw-r--r-- | h-source/Application/Views/Search/lspci_results.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/h-source/Application/Views/Search/lspci_results.php b/h-source/Application/Views/Search/lspci_results.php index 65323cf..2420ba3 100644 --- a/h-source/Application/Views/Search/lspci_results.php +++ b/h-source/Application/Views/Search/lspci_results.php @@ -64,6 +64,9 @@ case 'soundcard': echo gtext("does it work with free software?"). " <b>".gtext($row['hardware']['sound_card_works'])."</b>"; break; + case 'ethernet-card': + echo gtext("does it work with free software?"). " <b>".gtext($row['hardware']['ethernet_card_works'])."</b>"; + break; } ?> </div> |