diff options
Diffstat (limited to 'h-source/Application/Views/Desktop/form.php')
-rw-r--r-- | h-source/Application/Views/Desktop/form.php | 6 |
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> |