fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Dodanie stylów CSS dla HTML.
[redakcja.git]
/
project
/
templates
/
explorer
/
panels
/
htmleditor.html
diff --git
a/project/templates/explorer/panels/htmleditor.html
b/project/templates/explorer/panels/htmleditor.html
index
d5e0acb
..
d27d8cc
100644
(file)
--- a/
project/templates/explorer/panels/htmleditor.html
+++ b/
project/templates/explorer/panels/htmleditor.html
@@
-1,12
+1,15
@@
+{% load toolbar_tags %}
+{% toolbar toolbar_groups toolbar_extra_group %}
+
{{ html|safe }}
{{ html|safe }}
+
<script type="text/javascript" charset="utf-8">
panel_hooks = {
<script type="text/javascript" charset="utf-8">
panel_hooks = {
- load: function()
- {
- this.contentDiv.addClass('panel-htmleditor');
+ load: function() {
+ this._endload();
},
unload: function() {
},
unload: function() {
- this.contentDiv.removeClass('panel-htmleditor');
+
}
};
</script>
}
};
</script>