30 if (!empty($conf->use_javascript_ajax) && empty($conf->dol_no_mouse_hover))
32 print "\n<!-- JS CODE TO ENABLE Tooltips on all object with class classfortooltip -->\n";
33 print '<script type="text/javascript">
34 jQuery(document).ready(function () {
35 jQuery(".classfortooltip").tooltip({
36 show: { collision: "flipfit", effect:\'toggle\', delay:50 },
37 hide: { effect:\'toggle\', delay: 50 },
38 tooltipClass: "mytooltip",
39 content: function () {
40 return $(this).prop(\'title\'); /* To force to get title as is */
printCommonFooter($zone= 'private')
Print common footer : conf->global->MAIN_HTML_FOOTER js for switch of menu hider js for conf->global-...
print
Draft customers invoices.