Refaktor przyciskow.
[redakcja.git] / project / templates / explorer / panels / htmleditor.html
index d5e0acb..3599dfe 100644 (file)
@@ -1,12 +1,16 @@
+{% load toolbar_tags %}
+{% toolbar toolbar_groups toolbar_extra_group %}
+
 {{ html|safe }}
+
 <script type="text/javascript" charset="utf-8">
 panel_hooks = {
        load: function() 
+
        {
-               this.contentDiv.addClass('panel-htmleditor');
        },
        unload: function() {
-               this.contentDiv.removeClass('panel-htmleditor');
+
        }
 };
 </script>