aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/Notebooks
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-05-08 15:52:39 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-05-08 15:52:39 +0000
commita60b8d9cc5078a894e007e5252313185e9810c2e (patch)
tree2c75fac7220078d65c10c2c489aaae66d44d4b05 /h-source/Application/Views/Notebooks
parent929e290e5241c4c759be287495214e60352eb43c (diff)
h-source:added architecture entry for notebooks
Diffstat (limited to 'h-source/Application/Views/Notebooks')
-rw-r--r--h-source/Application/Views/Notebooks/form.php5
-rw-r--r--h-source/Application/Views/Notebooks/page.php5
2 files changed, 10 insertions, 0 deletions
diff --git a/h-source/Application/Views/Notebooks/form.php b/h-source/Application/Views/Notebooks/form.php
index 698620e..d4e871b 100644
--- a/h-source/Application/Views/Notebooks/form.php
+++ b/h-source/Application/Views/Notebooks/form.php
@@ -54,6 +54,11 @@
<div class="entry_label"><?php echo gtext("subtype (notebook or netbook)");?>:</div>
<?php echo Html_Form::select('subtype',$values['subtype'],Notebooks::$subtypeSelect,"select_entry");?>
</div>
+
+ <div class="form_entry">
+ <div class="entry_label"><?php echo gtext("architecture");?>:</div>
+ <?php echo Html_Form::select('architecture',$values['architecture'],Notebooks::$architectureSelect,"select_entry");?>
+ </div>
<div class="form_entry">
<div class="entry_label"><?php echo gtext("does it have a free bios?");?></div>
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>