diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-09-16 19:33:35 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-09-16 19:33:35 +0000 |
commit | 1db259e769ea5a50c0d9969da0b4dc9b14c66b5b (patch) | |
tree | 22b580dd9bc5afe43e2b1ed2ad7b54356f57a1f1 /h-source/Application/Views/Desktop/Notebooks | |
parent | ba43829fd37a59edd063dce46b33dd430bc5f6a1 (diff) |
improved the "can free operating systems be installed?"
Diffstat (limited to 'h-source/Application/Views/Desktop/Notebooks')
-rw-r--r-- | h-source/Application/Views/Desktop/Notebooks/page.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Views/Desktop/Notebooks/page.php b/h-source/Application/Views/Desktop/Notebooks/page.php index ae3ec0e..0981a3a 100644 --- a/h-source/Application/Views/Desktop/Notebooks/page.php +++ b/h-source/Application/Views/Desktop/Notebooks/page.php @@ -66,7 +66,7 @@ <div class="notebook_vendor"> <div class="inner_label"><?php echo gtext("can free operating systems be installed?");?></div> - <div class="inner_value"><b><?php echo gtext($item[$tableName]['can_free_systems_be_installed']);?></b></div> + <div class="inner_value"><b><?php echo gtext($item[$tableName]['can_free_systems_be_installed']);?></b> <?php if (strcmp($item[$tableName]['can_free_systems_be_installed'],'no') === 0) echo "<span class='no_bold'>(".gtext("see the details inside the description entry").")</span>";?></div> </div> <div class="notebook_vendor"> |