Key shortcuts in source editor work as expected, but only with "Alt" key. Support...
[redakcja.git] / apps / toolbar / templates / toolbar / button.html
1 {% if button.link %}\r
2 <a href="{{button.link}}" target="_new">\r
3 {% endif %}\r
4 <button type="button"\r
5        data-ui-action="{{ button.scriptlet_id }}"\r
6        data-ui-action-params="{{ button.params|escape }}"\r
7        data-ui-accesskey="{{ button.accesskey }}"\r
8        {% if button.tooltip %}title="{{ button.full_tooltip }}"{% endif %} >\r
9        {{ button.label|safe }}\r
10 </button>\r
11 {% if button.link %}\r
12 </a>\r
13 {% endif %}