aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/Soundcards/page.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-05-12 21:51:06 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-05-12 21:51:06 +0000
commit3c1f2dfdb82656dc47a1cb467d03e09e52792f24 (patch)
tree490a63fcaab8213346bb80657e61cde2245bf010 /h-source/Application/Views/Soundcards/page.php
parent1b84f9bcf2d480431608d8fb08d0671bc945211d (diff)
h-source:added the other_names entry
Diffstat (limited to 'h-source/Application/Views/Soundcards/page.php')
-rw-r--r--h-source/Application/Views/Soundcards/page.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/h-source/Application/Views/Soundcards/page.php b/h-source/Application/Views/Soundcards/page.php
index 75ea7e6..7286bf5 100644
--- a/h-source/Application/Views/Soundcards/page.php
+++ b/h-source/Application/Views/Soundcards/page.php
@@ -43,6 +43,13 @@
<?php } ?>
</div>
+ <?php if ( strcmp($item[$tableName]['other_names'],'') !== 0 ) { ?>
+ <div class="notebook_vendor">
+ <div class="inner_label"><?php echo gtext("possible other names of the device");?>:</div>
+ <div class="inner_value"><?php echo nl2br($item[$tableName]['other_names']);?></div>
+ </div>
+ <?php } ?>
+
<div class="notebook_vendor">
<div class="inner_label"><?php echo gtext("vendor");?>:</div>
<div class="inner_value"><b><?php echo betterVendor($item[$tableName]['vendor']);?></b></div>