aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/GenericController.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-02-10 21:25:18 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-02-10 21:25:18 +0000
commit2465c85509e0d45ca30458cdc1007cd29bc9de62 (patch)
tree7254e66a6fe3a2ce81ae40b27b3185e6257f23b2 /h-source/Application/Controllers/GenericController.php
parent49817ee26aca932522b97f790bc6d56957ca541c (diff)
added webcam vendors
Diffstat (limited to 'h-source/Application/Controllers/GenericController.php')
-rw-r--r--h-source/Application/Controllers/GenericController.php22
1 files changed, 11 insertions, 11 deletions
diff --git a/h-source/Application/Controllers/GenericController.php b/h-source/Application/Controllers/GenericController.php
index 5c96b76..49685f3 100644
--- a/h-source/Application/Controllers/GenericController.php
+++ b/h-source/Application/Controllers/GenericController.php
@@ -36,22 +36,22 @@ class GenericController extends BaseController
$popup->name = gtext('sort by');
switch ($this->controller)
{
- case 'wifi':
- $popup->itemsName = array('last inserted','alphabetically','alphabetically desc');
- $popup->itemsValue = array('last-inserted','alphabetically','alphabetically-desc');
- break;
- case 'videocards':
- $popup->itemsName = array('last inserted','alphabetically','alphabetically desc');
- $popup->itemsValue = array('last-inserted','alphabetically','alphabetically-desc');
+ case 'printers':
+ $popup->itemsName = array('last inserted','alphabetically','alphabetically desc','compatibility');
+ $popup->itemsValue = array('last-inserted','alphabetically','alphabetically-desc','compatibility');
break;
- case 'soundcards':
- $popup->itemsName = array('last inserted','alphabetically','alphabetically desc');
- $popup->itemsValue = array('last-inserted','alphabetically','alphabetically-desc');
+ case 'notebooks':
+ $popup->itemsName = array('last inserted','alphabetically','alphabetically desc','compatibility');
+ $popup->itemsValue = array('last-inserted','alphabetically','alphabetically-desc','compatibility');
break;
- default:
+ case 'scanners':
$popup->itemsName = array('last inserted','alphabetically','alphabetically desc','compatibility');
$popup->itemsValue = array('last-inserted','alphabetically','alphabetically-desc','compatibility');
break;
+ default:
+ $popup->itemsName = array('last inserted','alphabetically','alphabetically desc');
+ $popup->itemsValue = array('last-inserted','alphabetically','alphabetically-desc');
+ break;
}
$this->orderPopup = $popup;