diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-05-08 15:52:39 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-05-08 15:52:39 +0000 |
commit | a60b8d9cc5078a894e007e5252313185e9810c2e (patch) | |
tree | 2c75fac7220078d65c10c2c489aaae66d44d4b05 /h-source/Application/Views/Notebooks/page.php | |
parent | 929e290e5241c4c759be287495214e60352eb43c (diff) |
h-source:added architecture entry for notebooks
Diffstat (limited to 'h-source/Application/Views/Notebooks/page.php')
-rw-r--r-- | h-source/Application/Views/Notebooks/page.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/h-source/Application/Views/Notebooks/page.php b/h-source/Application/Views/Notebooks/page.php index 4de99ff..2af4468 100644 --- a/h-source/Application/Views/Notebooks/page.php +++ b/h-source/Application/Views/Notebooks/page.php @@ -52,6 +52,11 @@ <div class="inner_label"><?php echo gtext("subtype (notebook or netbook)");?>:</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("architecture");?>:</div> + <div class="inner_value"><b><?php echo $item[$tableName]['architecture'];?></b></div> + </div> <div class="notebook_vendor"> <div class="inner_label"><?php echo gtext("does it have a free bios?");?></div> |