fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Dodanie PanelContainerView oraz postawy HTMLView i XMLView.
[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
3323cf1
..
d27d8cc
100644
(file)
--- a/
project/templates/explorer/panels/htmleditor.html
+++ b/
project/templates/explorer/panels/htmleditor.html
@@
-1,9
+1,12
@@
+{% 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()
-
- {
+ load: function() {
+ this._endload();
},
unload: function() {
},
unload: function() {