From af545a1469350e9cd6ce6ca3925184b601bae27d Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Sat, 13 Aug 2011 10:14:56 +0000 Subject: improved search and help pages thanks to ark suggestion --- h-source/Application/Views/Search/lspci_results.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'h-source/Application/Views/Search/lspci_results.php') diff --git a/h-source/Application/Views/Search/lspci_results.php b/h-source/Application/Views/Search/lspci_results.php index 2420ba3..dc6b152 100644 --- a/h-source/Application/Views/Search/lspci_results.php +++ b/h-source/Application/Views/Search/lspci_results.php @@ -67,6 +67,9 @@ case 'ethernet-card': echo gtext("does it work with free software?"). " ".gtext($row['hardware']['ethernet_card_works']).""; break; + case 'acquisition-card': + echo gtext("does it work with free software?"). " ".gtext($row['hardware']['compatibility']).""; + break; } ?> -- cgit v1.2.3