aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/Desktop/page.php
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Application/Views/Desktop/page.php')
-rw-r--r--h-source/Application/Views/Desktop/page.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/h-source/Application/Views/Desktop/page.php b/h-source/Application/Views/Desktop/page.php
index 8e90923..231975c 100644
--- a/h-source/Application/Views/Desktop/page.php
+++ b/h-source/Application/Views/Desktop/page.php
@@ -60,10 +60,10 @@
<div class="inner_value"><b><?php echo betterVendor($item[$tableName]['vendor']);?></b></div>
</div>
- <?php if (strcmp($this->controller,'printers') === 0 ) { ?>
+ <?php if (strcmp($this->controller,'printers') === 0 or strcmp($this->controller,'hostcontrollers') === 0) { ?>
<div class="notebook_vendor">
- <div class="inner_label"><?php echo gtext("subtype");?> (laser, inkjet, ..):</div>
- <div class="inner_value"><b><?php echo gtext($item[$tableName]['subtype']);?></b></div>
+ <div class="inner_label"><?php echo gtext("subtype");?> (<?php echo $subtypeHelpLabel;?>):</div>
+ <div class="inner_value"><b><?php echo translate_and_gtext($item[$tableName]['subtype']);?></b></div>
</div>
<?php } ?>