aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/Desktop/form.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2012-10-16 13:51:26 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2012-10-16 13:51:26 +0000
commit9b42c2f0488f798fdcbc0d49777fff812136142d (patch)
tree66ab304003ca5160d29686b9f129c838c58c06d7 /h-source/Application/Views/Desktop/form.php
parent9d4399c7402f5fdc23efb1bda6bf84583ffe6fde (diff)
improved the compatibility hint link
Diffstat (limited to 'h-source/Application/Views/Desktop/form.php')
-rw-r--r--h-source/Application/Views/Desktop/form.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/h-source/Application/Views/Desktop/form.php b/h-source/Application/Views/Desktop/form.php
index dd66614..a9e23af 100644
--- a/h-source/Application/Views/Desktop/form.php
+++ b/h-source/Application/Views/Desktop/form.php
@@ -104,15 +104,15 @@
switch ($this->controller)
{
case 'printers':
- $fragment = 'printer-compatibility';
+ $fragment = 'Printers';
break;
case 'scanners':
- $fragment = 'scanner-compatibility';
+ $fragment = 'Scanners';
break;
}
?>
<!--if it is a printer-->
- <a class="open_help_window" title="compatibility help page" target="blank" href="<?php echo $this->baseUrl."/help/index/$lang#$fragment";?>"><img class="top_left_images_help" src="<?php echo $this->baseUrl;?>/Public/Img/Acun/help_hint.png"></a>
+ <a class="open_help_window" title="compatibility help page" target="blank" href="<?php echo $this->baseUrl."/wiki/page/$lang/Compatibility-classes#$fragment";?>"><img class="top_left_images_help" src="<?php echo $this->baseUrl;?>/Public/Img/Acun/help_hint.png"></a>
<?php } ?>
</div>