diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-10-16 13:51:26 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-10-16 13:51:26 +0000 |
commit | 9b42c2f0488f798fdcbc0d49777fff812136142d (patch) | |
tree | 66ab304003ca5160d29686b9f129c838c58c06d7 /h-source/Application/Views/Desktop/Notebooks/page.php | |
parent | 9d4399c7402f5fdc23efb1bda6bf84583ffe6fde (diff) |
improved the compatibility hint link
Diffstat (limited to 'h-source/Application/Views/Desktop/Notebooks/page.php')
-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 3dede4e..09bc80f 100644 --- a/h-source/Application/Views/Desktop/Notebooks/page.php +++ b/h-source/Application/Views/Desktop/Notebooks/page.php @@ -81,7 +81,7 @@ <div class="notebook_compatibility"> <div class="inner_label"><?php echo gtext("compatibility with free software");?>:</div> - <div class="inner_value"><b><?php echo gtext($item[$tableName]['compatibility']);?></b> <a class="open_help_window" target="blank" title="compatibility help page" href="<?php echo $this->baseUrl."/help/index/$lang#notebook-compatibility";?>"><img class="top_left_images_help" src="<?php echo $this->baseUrl;?>/Public/Img/Acun/help_hint.png"></a></div> + <div class="inner_value"><b><?php echo gtext($item[$tableName]['compatibility']);?></b> <a class="open_help_window" target="blank" title="compatibility help page" href="<?php echo $this->baseUrl."/wiki/page/$lang/Compatibility-classes#Notebooks";?>"><img class="top_left_images_help" src="<?php echo $this->baseUrl;?>/Public/Img/Acun/help_hint.png"></a></div> </div> <div class="model_tested_on"> |