diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2010-12-25 22:25:45 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2010-12-25 22:25:45 +0000 |
commit | 3f18a25b33df582ecebf6cfaf043c6cc5939ec7c (patch) | |
tree | 20a47549fa6a2aec8fbad74a32dedf6e8257c854 /h-source/Application/Models/PrintersModel.php | |
parent | 18d7cd4c01a71e1304b2e9e782d0490ca2e6e5a9 (diff) |
added the subtype entry (laser,inkjet,..) for printers
Diffstat (limited to 'h-source/Application/Models/PrintersModel.php')
-rw-r--r-- | h-source/Application/Models/PrintersModel.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/h-source/Application/Models/PrintersModel.php b/h-source/Application/Models/PrintersModel.php index 8606201..af86980 100644 --- a/h-source/Application/Models/PrintersModel.php +++ b/h-source/Application/Models/PrintersModel.php @@ -52,6 +52,7 @@ class PrintersModel extends BaseModel $this->diffFields = array( 'vendor' => gtext("vendor"), 'model' => gtext('model name'), + 'subtype' => gtext('subtype')." (laser, inkjet, ..)", 'pci_id' => gtext("VendorID:ProductID code of the device"), 'comm_year' => gtext('year of commercialization'), 'interface' => gtext("interface"), |