diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-06-13 13:29:47 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-06-13 13:29:47 +0000 |
commit | fad53c421cae174bcdfd6d6d4ffdaa5da40a2c5c (patch) | |
tree | 1a3151cf24b602882078c731e276ac678d832b38 /h-source/Application/Views/Mobile/catalogue.php | |
parent | 7a87cc75fb4b8bc7d5545f5478f1afeea13bf791 (diff) |
adding motherboards - part 1
Diffstat (limited to 'h-source/Application/Views/Mobile/catalogue.php')
-rw-r--r-- | h-source/Application/Views/Mobile/catalogue.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/h-source/Application/Views/Mobile/catalogue.php b/h-source/Application/Views/Mobile/catalogue.php index 0ad2a1f..b1b239e 100644 --- a/h-source/Application/Views/Mobile/catalogue.php +++ b/h-source/Application/Views/Mobile/catalogue.php @@ -54,13 +54,13 @@ <p><?php echo gtext("possible other names of the device");?>: <b><?php echo nl2br($item['hardware']['other_names']);?></b></p> <?php } ?> - <p><?php echo gtext("vendor");?>: <b><?php echo betterVendor($item['hardware']['vendor']);?></b></p> - <?php if (strcmp($this->controller,'notebooks') === 0 ) { ?> <p> - <?php echo gtext("subtype (notebook, netbook, tablet)");?>: <b><?php echo gtext($item['hardware']['subtype']);?></b> + <?php echo gtext("subtype");?> (<?php echo gtext("notebook");?>, <?php echo gtext("netbook");?>, <?php echo gtext("motherboard");?>, <?php echo gtext("tablet");?>): <b><?php echo gtext($item['hardware']['subtype']);?></b> </p> <?php } ?> + + <p><?php echo gtext("vendor");?>: <b><?php echo betterVendor($item['hardware']['vendor']);?></b></p> <p><?php echo gtext("year of commercialization");?>: <b><?php echo gtext($item['hardware']['comm_year']);?></b></p> |