aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/Mobile/Notebooks/page.php
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Application/Views/Mobile/Notebooks/page.php')
-rw-r--r--h-source/Application/Views/Mobile/Notebooks/page.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/h-source/Application/Views/Mobile/Notebooks/page.php b/h-source/Application/Views/Mobile/Notebooks/page.php
index ddcba36..f174a54 100644
--- a/h-source/Application/Views/Mobile/Notebooks/page.php
+++ b/h-source/Application/Views/Mobile/Notebooks/page.php
@@ -69,6 +69,11 @@
</div>
<div class="ui-grid-a main_content_element">
+ <div class="ui-block-a"><?php echo gtext("does the device prevent the installation of wifi cards not-approved by the vendor?");?></div>
+ <div class="ui-block-b"><b><?php echo translate_and_gtext($item[$tableName]['prevent_wifi']);?></b> <?php if (strcmp($item[$tableName]['prevent_wifi'],'yes') === 0) echo "<span class='no_bold'>(".gtext("see the details inside the description entry").")</span>";?></div>
+ </div>
+
+ <div class="ui-grid-a main_content_element">
<div class="ui-block-a"><?php echo gtext("year of commercialization");?>:</div>
<div class="ui-block-b"><b><?php echo gtext($item[$tableName]['comm_year']);?></b></div>
</div>