Debug v22

This commit is contained in:
ldestailleur
2025-05-28 09:57:46 +02:00
parent 094a05b9a5
commit 95519edb78
4 changed files with 8 additions and 4 deletions

View File

@@ -139,6 +139,7 @@ if (empty($conf->dol_no_mouse_hover)) {
print '
jQuery(".classfortooltiponclicktext").dialog({
/* title: \'No title\', */
closeOnEscape: true, classes: { "ui-dialog": "highlight" },
maxHeight: window.innerHeight-60, width: '.($conf->browser->layout == 'phone' ? max((empty($_SESSION['dol_screenwidth']) ? 0 : $_SESSION['dol_screenwidth']) - 20, 320) : 700).',
modal: true,