summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian A. Weber2017-09-27 18:39:36 +0200
committerChristian A. Weber2017-09-27 18:39:36 +0200
commit93d54ce46fee08b789eef270186115011c87b163 (patch)
tree808a62ff8666e44199165c9cf8f3a490250f3591
parent5d52cf51cc8cae4f29dc2c34e1a7e1993a68622d (diff)
downloaditools-93d54ce46fee08b789eef270186115011c87b163.tar.gz
itools-93d54ce46fee08b789eef270186115011c87b163.tar.bz2
itools-93d54ce46fee08b789eef270186115011c87b163.zip
'what' debug param works on map as well
-rw-r--r--it_html.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it_html.class b/it_html.class
index 9ffd4e3..12ecf6b 100644
--- a/it_html.class
+++ b/it_html.class
@@ -261,7 +261,7 @@ function body($args)
$toggled_host = preg_replace("/\.([^.]*)\.([^.]*)\.([^.]*)$/", ".$var.\$1.\$2.\$3", $_SERVER['HTTP_HOST']);
$debug_links[] = a(array('href' => U('http://' . $toggled_host . $_SERVER['REQUEST_URI']), 'style' => 'font-weight:' . (EDC($var) ? 'bold' : 'normal') . ';'), $var);
}
- $args[] = div(array('style' => 'font-family:monospace;'), "Debugvars: " . join(" ", $debug_links));
+ $args[] = div(array('style' => 'position:fixed; bottom:0; z-index:9999; font-family:monospace'), "Debugvars: " . join(" ", $debug_links));
}
if ($this->p['show_boot_dom'])