Redmine locale fix. Some RAL tweaks. Added line numbers to code-mirror.
[redakcja.git] / project / templates / explorer / panels / htmleditor.html
index 3323cf1..d27d8cc 100644 (file)
@@ -1,9 +1,12 @@
+{% load toolbar_tags %}
+{% toolbar toolbar_groups toolbar_extra_group %}
+
 {{ html|safe }}
+
 <script type="text/javascript" charset="utf-8">
 panel_hooks = {
-       load: function() 
-
-       {
+       load: function() {
+            this._endload();   
        },
        unload: function() {