From c8eb276b6a1f5538300552f47e18261a9a541896 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Sat, 30 Jul 2011 23:03:24 +0000 Subject: improved the search results --- h-source/Application/Views/Search/lspci_results.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'h-source') 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?"). " ".gtext($row['hardware']['sound_card_works']).""; break; + case 'ethernet-card': + echo gtext("does it work with free software?"). " ".gtext($row['hardware']['ethernet_card_works']).""; + break; } ?> -- cgit v1.2.3