aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/Search/lspci_results.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-08-13 10:14:56 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-08-13 10:14:56 +0000
commitaf545a1469350e9cd6ce6ca3925184b601bae27d (patch)
tree164162b148f79a1bf79376d96cd26d09b4d67b72 /h-source/Application/Views/Search/lspci_results.php
parent618ca4ec40c2bf3ddfe7a6e66905fe20a85fe144 (diff)
improved search and help pages thanks to ark suggestion
Diffstat (limited to 'h-source/Application/Views/Search/lspci_results.php')
-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 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?"). " <b>".gtext($row['hardware']['ethernet_card_works'])."</b>";
break;
+ case 'acquisition-card':
+ echo gtext("does it work with free software?"). " <b>".gtext($row['hardware']['compatibility'])."</b>";
+ break;
}
?>
</div>