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/Mobile/Notebooks | |
parent | ba43829fd37a59edd063dce46b33dd430bc5f6a1 (diff) |
improved the "can free operating systems be installed?"
Diffstat (limited to 'h-source/Application/Views/Mobile/Notebooks')
-rw-r--r-- | h-source/Application/Views/Mobile/Notebooks/page.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Views/Mobile/Notebooks/page.php b/h-source/Application/Views/Mobile/Notebooks/page.php index f174a54..124d5b4 100644 --- a/h-source/Application/Views/Mobile/Notebooks/page.php +++ b/h-source/Application/Views/Mobile/Notebooks/page.php @@ -65,7 +65,7 @@ <div class="ui-grid-a main_content_element"> <div class="ui-block-a"><?php echo gtext("can free operating systems be installed?");?></div> - <div class="ui-block-b"><b><?php echo gtext($item[$tableName]['can_free_systems_be_installed']);?></b></div> + <div class="ui-block-b"><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="ui-grid-a main_content_element"> |