Skroty klawiszowe z Ctrl i Shift. Update przyciskow.
[redakcja.git] / apps / toolbar / templates / toolbar / toolbar.html
index 29528c1..a6241d1 100644 (file)
@@ -19,9 +19,9 @@
             <button type="button" 
                 ui:action="{{ button.scriptlet.name }}"
                 ui:action-params="{{ button.params|escape }}"
-                {% if button.key %}ui:hotkey="{{ button.key|keycode }}"{% endif %} 
+                {% if button.key %}ui:hotkey="{{ button.hotkey_code }}"{% endif %}
                 {% if button.tooltip %}ui:tooltip="{{ button.tooltip }}"{% endif %} >
-            {{ button.label }}
+            {{ button.label|safe }}
             </button>
             {% endfor %}
         </p>