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

Fix: dcalage tooltip

parent 96a72d08
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ class Form
$s.= $htmltext."\n";
$s.= '</div>'."\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.= '</script>'."\n";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment