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/Views/Printers/page.php | |
parent | 18d7cd4c01a71e1304b2e9e782d0490ca2e6e5a9 (diff) |
added the subtype entry (laser,inkjet,..) for printers
Diffstat (limited to 'h-source/Application/Views/Printers/page.php')
-rw-r--r-- | h-source/Application/Views/Printers/page.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/h-source/Application/Views/Printers/page.php b/h-source/Application/Views/Printers/page.php index f3e2ec4..a84a695 100644 --- a/h-source/Application/Views/Printers/page.php +++ b/h-source/Application/Views/Printers/page.php @@ -49,6 +49,11 @@ </div> <div class="notebook_vendor"> + <div class="inner_label"><?php echo gtext("subtype");?> (laser, inkjet, ..):</div> + <div class="inner_value"><b><?php echo $item[$tableName]['subtype'];?></b></div> + </div> + + <div class="notebook_vendor"> <div class="inner_label"><?php echo gtext("VendorID:ProductID code of the device");?>:</div> <div class="inner_value"><b><?php echo $item[$tableName]['pci_id'];?></b></div> </div> |