diff options
| author | Moritz Strohm <strohm@data-quest.de> | 2021-09-28 17:33:57 +0200 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2021-09-30 06:26:10 +0000 |
| commit | adac1a2867a61f6cd20c21e6a4f26ade7cad1e1b (patch) | |
| tree | 7946905dcc9e7bb452f216054cc0f70be45dbd92 /lib/visual.inc.php | |
| parent | 4286183b36fc4792d6e0fa987dfbd6ee94e3c086 (diff) | |
added tabindex for tooltips generated by tooltip2 or tooltipIcon functions
Diffstat (limited to 'lib/visual.inc.php')
| -rw-r--r-- | lib/visual.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/visual.inc.php b/lib/visual.inc.php index d578587..ae1f9d8 100644 --- a/lib/visual.inc.php +++ b/lib/visual.inc.php @@ -623,6 +623,7 @@ function tooltip2($text, $with_alt = TRUE, $with_popup = FALSE) { $ret['alt'] = $text; } $ret['title'] = $text; + $ret['tabindex'] = '0'; return $ret; } |
