fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
ab3c4f6
)
Show toolbar tooltips with access keys for buttons without description.
author
Radek Czajka
<rczajka@rczajka.pl>
Thu, 22 Apr 2021 09:14:14 +0000
(11:14 +0200)
committer
Radek Czajka
<rczajka@rczajka.pl>
Thu, 22 Apr 2021 09:14:14 +0000
(11:14 +0200)
src/toolbar/templates/toolbar/button.html
patch
|
blob
|
history
diff --git
a/src/toolbar/templates/toolbar/button.html
b/src/toolbar/templates/toolbar/button.html
index
24eb60d
..
fb734a3
100644
(file)
--- a/
src/toolbar/templates/toolbar/button.html
+++ b/
src/toolbar/templates/toolbar/button.html
@@
-5,7
+5,7
@@
data-ui-action="{{ button.scriptlet_id }}"
data-ui-action-params="{{ button.params|escape }}"
data-ui-accesskey="{{ button.accesskey }}"
-
{% if button.tooltip %}title="{{ button.full_tooltip }}"{% endif %}
>
+
title="{{ button.full_tooltip }}"
>
{{ button.label|safe }}
</button>
{% if button.link %}