From 10bbe357616c36e86ae3c3c7a26840b0c1973756 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Wed, 2 Feb 2011 14:29:55 +0000 Subject: improved search --- .../Application/Views/Search/lspci_results.php | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) (limited to 'h-source/Application/Views') diff --git a/h-source/Application/Views/Search/lspci_results.php b/h-source/Application/Views/Search/lspci_results.php index a23d505..57e728c 100644 --- a/h-source/Application/Views/Search/lspci_results.php +++ b/h-source/Application/Views/Search/lspci_results.php @@ -38,30 +38,46 @@ "> + + 0) { ?> +
+ : +
+
- ".$row['hardware']['type']." - ".$row['hardware']['model'];?> + ".$row['hardware']['type']." - ".$row['hardware']['model']."";?>
".$row['hardware']['wifi_works'].""; + echo gtext("does it work with free software?"). " ".gtext($row['hardware']['wifi_works']).""; break; case 'videocard': echo gtext("does it work with free software?"). " ".gtext(Videocard::$videoReverse[$row['hardware']['video_card_works']]).""; break; case 'soundcard': - echo gtext("does it work with free software?"). " ".$row['hardware']['sound_card_works'].""; + echo gtext("does it work with free software?"). " ".gtext($row['hardware']['sound_card_works']).""; break; } ?>
+ + 0) { ?> +
+ : +
+ + + + + -- cgit v1.2.3