aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-07-30 23:03:24 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-07-30 23:03:24 +0000
commitc8eb276b6a1f5538300552f47e18261a9a541896 (patch)
tree72be0350aa72b0ef549222fb3b38e47fb0ad23d7
parent15b8f0b3a4a573af35ddbd478cbd7d4f1f8cea4c (diff)
improved the search results
-rw-r--r--h-source/Application/Views/Search/lspci_results.php3
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>