Skip to content
Snippets Groups Projects
Commit 3c5e2022 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: dcalage tooltip

parent 96a72d08
Branches
Tags
No related merge requests found
...@@ -95,7 +95,7 @@ class Form ...@@ -95,7 +95,7 @@ class Form
$s.= $htmltext."\n"; $s.= $htmltext."\n";
$s.= '</div>'."\n"; $s.= '</div>'."\n";
$s.= '<script type=\'text/javascript\'>'."\n"; $s.= '<script type=\'text/javascript\'>'."\n";
$s.= 'TooltipManager.init("","",{width:500, shiftX:50});'."\n"; $s.= 'TooltipManager.init("","",{width:500, shiftX:100});'."\n";
$s.= 'TooltipManager.addHTML("tip'.$i.'", "tooltip_content");'."\n"; $s.= 'TooltipManager.addHTML("tip'.$i.'", "tooltip_content");'."\n";
$s.= '</script>'."\n"; $s.= '</script>'."\n";
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment