From eeaaf2ed66f1be0468d9c33b8b850a564c8ce44e Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Mon, 18 Oct 2010 17:09:49 +0000 Subject: added filters in the videocards catalogue page and added the possibility to add videocards that do not work --- h-source/Application/Include/hardware.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'h-source/Application/Include/hardware.php') diff --git a/h-source/Application/Include/hardware.php b/h-source/Application/Include/hardware.php index e711231..9340ef8 100644 --- a/h-source/Application/Include/hardware.php +++ b/h-source/Application/Include/hardware.php @@ -104,13 +104,15 @@ class Videocard extends hardware ); public static $videoSelect = array( - "works with 3D acceleration" => "works_with_3D", + "works with 3D acceleration" => "works_with_3D", "works, but without 3D acceleration" => "works_without_3D", + "it does not work" => "does_not_work", ); public static $videoReverse = array( "works_with_3D" => "works with 3D acceleration", "works_without_3D" => "works, but without 3D acceleration", + "does_not_work" => "it does not work", ); public static $interface = "not-specified,PCI,AGP,PCI-E,ISA"; -- cgit v1.2.3