diff options
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> |