aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/Desktop/Notebooks/page.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2012-06-13 13:29:47 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2012-06-13 13:29:47 +0000
commitfad53c421cae174bcdfd6d6d4ffdaa5da40a2c5c (patch)
tree1a3151cf24b602882078c731e276ac678d832b38 /h-source/Application/Views/Desktop/Notebooks/page.php
parent7a87cc75fb4b8bc7d5545f5478f1afeea13bf791 (diff)
adding motherboards - part 1
Diffstat (limited to 'h-source/Application/Views/Desktop/Notebooks/page.php')
-rw-r--r--h-source/Application/Views/Desktop/Notebooks/page.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/h-source/Application/Views/Desktop/Notebooks/page.php b/h-source/Application/Views/Desktop/Notebooks/page.php
index 98b13cd..174bad3 100644
--- a/h-source/Application/Views/Desktop/Notebooks/page.php
+++ b/h-source/Application/Views/Desktop/Notebooks/page.php
@@ -45,13 +45,13 @@
</div>
<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>
+ <div class="inner_label"><?php echo gtext("subtype");?> (<?php echo gtext("notebook");?>, <?php echo gtext("netbook");?>, <?php echo gtext("motherboard");?>, <?php echo gtext("tablet");?>):</div>
+ <div class="inner_value"><b><?php echo gtext($item[$tableName]['subtype']);?></b></div>
</div>
<div class="notebook_vendor">
- <div class="inner_label"><?php echo gtext("subtype (notebook, netbook, tablet)");?>:</div>
- <div class="inner_value"><b><?php echo gtext($item[$tableName]['subtype']);?></b></div>
+ <div class="inner_label"><?php echo gtext("vendor");?>:</div>
+ <div class="inner_value"><b><?php echo betterVendor($item[$tableName]['vendor']);?></b></div>
</div>
<div class="notebook_vendor">