Show toolbar tooltips with access keys for buttons without description.
authorRadek Czajka <rczajka@rczajka.pl>
Thu, 22 Apr 2021 09:14:14 +0000 (11:14 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Thu, 22 Apr 2021 09:14:14 +0000 (11:14 +0200)
src/toolbar/templates/toolbar/button.html

index 24eb60d..fb734a3 100644 (file)
@@ -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 %}